From ab837b588f568ed72636002dec41acddbfbf79a9 Mon Sep 17 00:00:00 2001 From: Hironori Kitagawa Date: Tue, 30 Aug 2011 19:30:45 +0900 Subject: [PATCH] Fixed lltjfont.sty (commit 8779f2a was not sufficient) --- src/lltjfont.sty | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lltjfont.sty b/src/lltjfont.sty index a4a0d64..ce7d9e6 100644 --- a/src/lltjfont.sty +++ b/src/lltjfont.sty @@ -7,7 +7,6 @@ % LuaTeX-ja uses JY3 and JT3 encodings. \def\cy@encoding{JY3}\def\ct@encoding{JT3} - \let\k@family\@empty \let\k@series\@empty \let\k@shape\@empty @@ -654,7 +653,7 @@ } \def\getanddefine@fonts#1#2{% - \ltj@tempcnta=#1 \ltj@@IsFontJapanese{\string#2}% + \ltj@tempcnta=#1\ltj@@IsFontJapanese{\string#2}% \ifin@\ltj@@ja@getanddefine@fonts{#1}{#2}% \else \ltj@@al@getanddefine@fonts{#1}{#2}\fi } -- 2.11.0