OSDN Git Service

Fix ticket #31086 (\verb*).
[luatex-ja/luatexja.git] / src / patches / lltjp-fontspec.sty
1 %
2 % lltjp-fontspec.sty
3 %
4
5 \NeedsTeXFormat{LaTeX2e}
6 \ProvidesPackage{lltjp-fontspec}[2013/04/02 Patch to fontspec for LuaLaTeX-ja]
7
8 \RequirePackage{fontspec,luatexja}
9 \ExplSyntaxOn
10
11 \cs_set:Nn \fontspec_visible_space:
12  {
13   \font_glyph_if_exist:NnTF \font {"2423}
14    { \ltjalchar"2423\scan_stop: }
15    { \fontspec_visible_space_fallback: }
16  }
17
18 \ExplSyntaxOff
19 \endinput