diff options
author | Karl Berry <karl@freefriends.org> | 2016-09-26 20:53:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-09-26 20:53:35 +0000 |
commit | 035250a6634179b98b2c7367d79c07bd2dbd3a32 (patch) | |
tree | fe1027ffad3d2f0566555b85a2fd05d321dfadb2 /Master/texmf-dist/tex/luatex/luatexja/lltjext.sty | |
parent | 1895e2b04949f111ac2f813897b0cebe52114b6e (diff) |
luatexja (26sep16)
git-svn-id: svn://tug.org/texlive/trunk@42156 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luatexja/lltjext.sty')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luatexja/lltjext.sty | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/luatex/luatexja/lltjext.sty b/Master/texmf-dist/tex/luatex/luatexja/lltjext.sty index 58451214e33..79030f7c67a 100644 --- a/Master/texmf-dist/tex/luatex/luatexja/lltjext.sty +++ b/Master/texmf-dist/tex/luatex/luatexja/lltjext.sty @@ -6,6 +6,9 @@ \ProvidesPackage{lltjext}[2015/09/18 v1.2-ltj-4 Macros for vertical writing] \RequirePackage{luatexja} +{\catcode`\*=11 +\global\let\ltj@lltjext@orig@tabularS=\tabular* +}% \let\ltj@lltjext@orig@tabular=\tabular \let\ltj@lltjext@orig@array=\array @@ -743,14 +746,16 @@ \let\@sharp####\let\protect\relax \let\\\@arraycr\let\tabularnewline\\\let\par\@empty \lineskip\z@skip\baselineskip\z@skip\@preamble} - \def\endarray{\crcr\egroup\egroup\@end@alignbox} + \def\endarray{\crcr\egroup\egroup\@end@alignbox\@arrayright} } \@ifpackageloaded{array}{% + \expandafter\let\csname tabular*\endcsname=\ltj@lltjext@orig@tabularS \let\tabular=\ltj@lltjext@orig@tabular \let\array=\ltj@lltjext@orig@array \ltj@lltjext@patch@array }{% + \let\ltj@lltjext@orig@tabularS\relax \let\ltj@lltjext@orig@tabular\relax \let\ltj@lltjext@orig@array\relax \RequirePackage{filehook} |