diff options
author | Philipp Gesang <gesang@stud.uni-heidelberg.de> | 2012-06-06 18:21:11 +0200 |
---|---|---|
committer | Philipp Gesang <gesang@stud.uni-heidelberg.de> | 2012-06-06 18:21:11 +0200 |
commit | f41c65c404b9bc45ca6398febf461f1c4883240a (patch) | |
tree | b8b6d421a300c99f3a4c64a805166886db7068c1 /tex/plain | |
parent | 7ec5a2db9aa8143cf47cdf2e59bba96aa2f80bae (diff) | |
download | enigma-f41c65c404b9bc45ca6398febf461f1c4883240a.tar.gz |
moved space node generation into callback
Diffstat (limited to 'tex/plain')
-rw-r--r-- | tex/plain/enigma/enigma.tex | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tex/plain/enigma/enigma.tex b/tex/plain/enigma/enigma.tex index 41d6b2d..0cd0e61 100644 --- a/tex/plain/enigma/enigma.tex +++ b/tex/plain/enigma/enigma.tex @@ -1,6 +1,5 @@ -\expandafter\let\expandafter\x\csname ver@enigma.sty\endcsname \newif\ifenigmaisrunningplain -\ifx\x\relax +\ifcsname ver@enigma.sty\endcsname\else \enigmaisrunningplaintrue \input{luatexbase.sty} \catcode`\@=11 @@ -13,7 +12,6 @@ \def\luastringsep{===} % this permits \typefile{self} otherwise nested b/e sep problems \edef\!!bs{[\luastringsep[} \edef\!!es{]\luastringsep]} - %D \startdocsection[title=Prerequisites] %D \startparagraph %D Package loading and the namespacing issue are commented on in |