OSDN Git Service

Merge branch 'kitagawa_test' into vert_vrt2
[luatex-ja/luatexja.git] / src / patches / lltjp-preview.sty
1 %
2 % lltjp-preview.sty
3 %
4
5 \NeedsTeXFormat{LaTeX2e}
6 \ProvidesPackage{lltjp-preview}[2017/05/08 Patch to preview for LuaTeX-ja]
7
8 \RequirePackage{etoolbox,preview,luatexja}
9
10 \patchcmd\pr@endbox{%
11    \pr@ship@end
12 }{%
13    \setbox\pr@box\hbox{\yoko\box\pr@box}\pr@ship@end
14 }{}{}
15
16 \endinput