From: Hironori Kitagawa Date: Mon, 10 Feb 2014 07:01:38 +0000 (+0900) Subject: Fix typos in lltjfont.sty X-Git-Tag: 20140324.0~12 X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=124db59d71d3f7238586dce64eb6043bc781326a;p=luatex-ja%2Fluatexja.git Fix typos in lltjfont.sty --- diff --git a/src/patches/lltjfont.sty b/src/patches/lltjfont.sty index 6c9529f..a6e6625 100644 --- a/src/patches/lltjfont.sty +++ b/src/patches/lltjfont.sty @@ -431,7 +431,7 @@ \ifin@\@notkfamtrue\else% \def\@temp##1+{\lowercase{\def\@@temp{##1#1.fd}}}\expandafter\@temp\k@encoding+% \message{(I search kanjifont definition file: \@@temp)}% - \IfFileExists{\@@temp#1.fd}{\@tempswztrue}{\@tempswzfalse}% + \IfFileExists{\@@temp}{\@tempswztrue}{\@tempswzfalse}% \if@tempswz \directlua{luatexja.jfont.add_kfam_list(\tmp@enc, \tmp@item)}% \edef\k@family{#1}% @@ -452,7 +452,7 @@ \ifin@\@notffamtrue\else \def\@temp##1+{\lowercase{\def\@@temp{##1#1.fd}}}\expandafter\@temp\f@encoding+% \message{(I search font definition file: \@@temp)}% - \IfFileExists{\@@temp#1.fd}{\@tempswztrue}{\@tempswzfalse}% + \IfFileExists{\@@temp}{\@tempswztrue}{\@tempswzfalse}% \if@tempswz \directlua{luatexja.jfont.add_ffam_list(\tmp@enc, \tmp@item)}% \edef\f@family{#1}%