summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luatexja/patches/lltjp-array.sty
blob: f3361904845143140baa7b03fce612262bfa7f2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%
% lltjp-array.sty
%

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{lltjp-array}[2017/06/18 Patch to preview for LuaTeX-ja]

\RequirePackage{etoolbox,array,luatexja}

\patchcmd\insert@column{%
   \ignorespaces\@sharp\unskip
}{%
   \ltj@sharp
}{}{}

\endinput