From 5187d8af76756cc8c101de4a50c9ccfb9acd0c9a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 11 Jan 2021 03:01:24 +0000 Subject: CTAN sync 202101110301 --- macros/luatex/generic/luavlna/luavlna.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'macros/luatex/generic/luavlna/luavlna.tex') diff --git a/macros/luatex/generic/luavlna/luavlna.tex b/macros/luatex/generic/luavlna/luavlna.tex index 0b6540a5cc..ab47b8d6fc 100644 --- a/macros/luatex/generic/luavlna/luavlna.tex +++ b/macros/luatex/generic/luavlna/luavlna.tex @@ -71,20 +71,20 @@ end % Set letters which are prevented from breaking \def\singlechars#1#2{% -\directlua{set_singlechars("#1","#2")}% +\directlua{set_singlechars("#1","#2")} } % Define compound initials \def\compoundinitials#1#2{% -\directlua{set_compounds("#1","#2")}% +\directlua{set_compounds("#1","#2")} } % Enable inserting of visual marks for debugging \def\preventsingledebugon{% -\directlua{luavlna.debug(true)}% +\directlua{luavlna.debug(true)} } \def\preventsinglelang#1{% - \directlua{set_main_language("#1")}% + \directlua{set_main_language("#1")} } %\newluatexattribute\preventsinglestatus @@ -94,12 +94,12 @@ end \preventsinglestatus=2 } -\def\preventsingleoff{% +\def\preventsingleoff{ \preventsinglestatus=1 } % Disable inserting of visual marks for dewbugging \def\preventsingledebugoff{% -\directlua{luavlna.debug(false)}% +\directlua{luavlna.debug(false)} } % enable/disable split hyphens for a language -- cgit v1.2.3