From: Hironori Kitagawa Date: Fri, 16 Feb 2024 06:16:13 +0000 (+0900) Subject: lltjcore: \[h,v]fill -> \[h,v]ss for small page size X-Git-Tag: 20240219.0~7 X-Git-Url: http://git.osdn.jp/view?p=luatex-ja%2Fluatexja.git;a=commitdiff_plain;h=64ed97c8965d7d416651e9ab72ef813a6d5f6765 lltjcore: \[h,v]fill -> \[h,v]ss for small page size --- diff --git a/src/patches/lltjcore.sty b/src/patches/lltjcore.sty index 111e59b..f5e79e5 100644 --- a/src/patches/lltjcore.sty +++ b/src/patches/lltjcore.sty @@ -143,20 +143,20 @@ \color@begingroup \@tombowcolor \setbox\z@\hbox to\@@paperwidth{\hskip\@tombowbleed\relax - \copy\@TL\hfill\copy\@TC\hfill\copy\@TR\hskip\@tombowbleed} + \copy\@TL\hss\copy\@TC\hss\copy\@TR\hskip\@tombowbleed} \ht\z@=\z@\dp\z@=\z@\box\z@% \kern\@tombowbleed \setbox\z@\hbox to\@@paperwidth{\copy\@Tl\hfill\copy\@Tr}% \ht\z@=\z@\dp\z@=\z@\box\z@% - \vfill + \vss \setbox\z@\hbox to\@@paperwidth{\copy\@CL\hfill\copy\@CR}% \ht\z@=\z@\dp\z@=\z@\box\z@% - \vfill + \vss \setbox\z@\hbox to\@@paperwidth{\copy\@Bl\hfill\copy\@Br}% \ht\z@=\z@\dp\z@=\z@\box\z@ \kern\@tombowbleed \setbox\z@\hbox to\@@paperwidth{\hskip\@tombowbleed\relax - \copy\@BL\hfill\copy\@BC\hfill\copy\@BR\hskip\@tombowbleed}% + \copy\@BL\hss\copy\@BC\hss\copy\@BR\hskip\@tombowbleed}% \ht\z@=\z@\dp\z@=\z@\box\z@% \kern\dimexpr10mm% \color@endgroup