From: Hironori Kitagawa Date: Thu, 13 Apr 2023 13:02:22 +0000 (+0900) Subject: fix #47854 X-Git-Tag: 20230503.0~3 X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=0df72e96b8a0dbae502a9313160d9f0089cff387;p=luatex-ja%2Fluatexja.git fix #47854 --- diff --git a/src/patches/lltjfont.sty b/src/patches/lltjfont.sty index f86dec1..2efc943 100644 --- a/src/patches/lltjfont.sty +++ b/src/patches/lltjfont.sty @@ -3,7 +3,7 @@ % \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{lltjfont}[2023-04-06 Patch to NFSS2 for LuaTeX-ja] +\ProvidesPackage{lltjfont}[2023-04-13 Patch to NFSS2 for LuaTeX-ja] %%%%%%%% LaTeX2e version detection \newcount\ltj@@latex@plv \ltj@@latex@plv=-1 @@ -1316,12 +1316,12 @@ } \luadef\ltj@@jfont@@jfmonly \ltj@@jfont@@jfmonly@@inner \def\extract@jfont@onlyjfm{% - \get@external@font + \get@external@font\ltj@@convert@input@path@to@lua \csxdef{ltj@@fontjfm/\expandafter\string\font@name}{% \ltj@@jfont@@jfmonly{\external@font}{yoko}% }} \def\extract@tfont@onlyjfm{% - \get@external@font + \get@external@font\ltj@@convert@input@path@to@lua \csxdef{ltj@@fontjfm/\expandafter\string\font@name}{% \ltj@@jfont@@jfmonly{\external@font}{tate}% }}