From: Hironori Kitagawa Date: Thu, 20 Sep 2018 15:24:08 +0000 (+0900) Subject: fix #38618 X-Git-Tag: 20180922.1~6 X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=f621a3015b8d56865f0d316d71f433377fff38ab;hp=f7ce77310c13c688d32e358d2cf441cf92d5f96d;p=luatex-ja%2Fluatexja.git fix #38618 --- diff --git a/src/lltjext.sty b/src/lltjext.sty index 7664974..7c4fa0a 100644 --- a/src/lltjext.sty +++ b/src/lltjext.sty @@ -3,7 +3,7 @@ % \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{lltjext}[2018/09/10 v1.2i-ltj-9 Macros for vertical writing] +\ProvidesPackage{lltjext}[2018/09/21 v1.2j-ltj-9 Macros for vertical writing] \RequirePackage{luatexja} \newcount\ltj@ext@dir {\catcode`\*=11 @@ -664,7 +664,7 @@ \def\ltj@lltjext@patch@array{% \patchcmd{\@tabular}{\hbox\bgroup}{% - \hbox\bgroup\ltj@ext@dir=\ltjgetparameter{direction}}{\typeout{SUCC}}{} + \hbox\bgroup\ltj@ext@dir=\ltjgetparameter{direction}}{}{} \pretocmd{\array}% {\ltj@ext@dir=\ltjgetparameter{direction}\relax}{}{} \def\@startpbox##1{\bgroup @@ -719,6 +719,10 @@ \let\\\@arraycr\let\tabularnewline\\\let\par\@empty \lineskip\z@skip\baselineskip\z@skip\@preamble} \def\endarray{\crcr\egroup\egroup\@end@alignbox\@arrayright} + \@namedef{tabular*}{\@ifnextchar<{\p@stabular}{\p@stabular}}%> + \def\p@stabular<##1>##2{% + \setlength\dimen@{##2}% + \edef\@halignto{to\the\dimen@}\@tabular<##1>} } \@ifpackageloaded{array}{%