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

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{lltjp-preview}[2017/05/08 Patch to preview for LuaTeX-ja]

\RequirePackage{etoolbox,preview,luatexja}

\patchcmd\pr@endbox{%
   \pr@ship@end
}{%
   \setbox\pr@box\hbox{\yoko\box\pr@box}\pr@ship@end
}{}{}

\endinput