From 0fb3df614f60409404a82c9bab3e2ead84efc526 Mon Sep 17 00:00:00 2001 From: Hironori Kitagawa Date: Wed, 14 May 2014 19:52:05 +0900 Subject: [PATCH] fix \ltjsetkanjiskip etc. --- src/luatexja-core.sty | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/luatexja-core.sty b/src/luatexja-core.sty index 9982ef8..b4fd007 100644 --- a/src/luatexja-core.sty +++ b/src/luatexja-core.sty @@ -345,12 +345,12 @@ \directlua{% local d = \ltj@safe@glue{#1} luatexja.stack.set_stack_skip(luatexja.stack_table_index.KSK, d); node.free(d) -}} +}\ignorespaces} \protected\def\ltjsetxkanjiskip#1{% % SKIP \directlua{% local d = \ltj@safe@glue{#1} luatexja.stack.set_stack_skip(luatexja.stack_table_index.XSK, d); node.free(d) -}} +}\ignorespaces} % jcharwidowpenalty = @@ -502,7 +502,6 @@ {\ltj@@getjfontnumber#1% \directlua{luatexja.jfont.clear_alt_font(\the\ltj@tempcntc)}}\ignorespaces} - %%------------------ Load module for the format \ifltj@in@latex %<*LaTeX> -- 2.11.0