From 6811b11dcf48bbd71c0ac4a9473743f7664301ae Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 21 Feb 2012 16:10:56 +0100 Subject: restructured term output --- tex/plain/enigma/enigma.tex | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'tex/plain') diff --git a/tex/plain/enigma/enigma.tex b/tex/plain/enigma/enigma.tex index 1849103..90608a0 100644 --- a/tex/plain/enigma/enigma.tex +++ b/tex/plain/enigma/enigma.tex @@ -62,14 +62,14 @@ %D \startsection[title=Encoding Macros] %D \startparagraph -%D The environment of \texmacro{\startenigma} and \texmacro{\stopenigma} -%D allow enabling of Enigma encoding in different parts of the document. +%D The environment of \texmacro{\start} and +%D \texmacro{\stop} allow enabling of Enigma encoding in +%D different parts of the document. %D \stopparagraph -\def\do_define_enigma#1{ +\def\do_define_enigma#1{% \@EA\gdef\csname start\enigmaid\endcsname{% \bgroup% - % \edef\currentenigmaid{\enigmaid}% \directlua{% if packagedata.enigma and packagedata.enigma.machines["#1"] then luatexbase.add_to_callback("pre_linebreak_filter", @@ -80,8 +80,7 @@ os.exit() end }% - } - + }% \@EA\gdef\csname stop\enigmaid\endcsname{% \directlua{luatexbase.remove_from_callback("pre_linebreak_filter", "#1") -- cgit v1.2.3