OSDN Git Service

luatexja-fontspec-*.sty: forgot to update \setmonojfont
[luatex-ja/luatexja.git] / src / patches / lltjp-array.sty
1 %
2 % lltjp-array.sty
3 %
4
5 \NeedsTeXFormat{LaTeX2e}
6 \ProvidesPackage{lltjp-array}[2018/03/29 Patch to array for LuaTeX-ja]
7
8 \RequirePackage{etoolbox,array,luatexja}
9
10 \patchcmd\insert@column{%
11    \ignorespaces\@sharp\unskip
12 }{%
13    \ltj@sharp
14 }{}{}
15
16 \@ifpackageloaded{lltjext}{}{%
17 %% remove extra \xkanjiskip (pLaTeX2e 2016/04/17)
18 \def\@tabular{%
19             \leavevmode \null
20             \hbox \bgroup $\col@sep\tabcolsep \let\d@llarbegin\begingroup
21                                               \let\d@llarend\endgroup
22             \@tabarray}
23 \def\endtabular{\endarray $\egroup\null}
24 \expandafter \let \csname endtabular*\endcsname = \endtabular
25 }
26 \endinput