summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luatexja/patches/lltjp-array.sty
blob: 185eab2ae5945f7c5834f75e50611da2502cd607 (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 array for LuaTeX-ja]

\RequirePackage{etoolbox,array,luatexja}

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

\endinput