diff options
author | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2012-02-22 13:59:16 +0100 |
---|---|---|
committer | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2012-02-22 13:59:16 +0100 |
commit | 93bc0e3e7ddf05dc368468fc4ecb13d6bd69d727 (patch) | |
tree | e11a76d80a6a2547c6b7fb6cffbe731d166f2737 /tex/plain | |
parent | d80b2ce2aeb716c91fb4ffe6a3fb7cd2bc1ebe1f (diff) | |
download | enigma-93bc0e3e7ddf05dc368468fc4ecb13d6bd69d727.tar.gz |
docstring restructuring; [preproc] fixed multichar replacements
Diffstat (limited to 'tex/plain')
-rw-r--r-- | tex/plain/enigma/enigma.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tex/plain/enigma/enigma.tex b/tex/plain/enigma/enigma.tex index a81815a..df260d7 100644 --- a/tex/plain/enigma/enigma.tex +++ b/tex/plain/enigma/enigma.tex @@ -1,6 +1,6 @@ \input{luatexbase.sty} \catcode`\_=11 % There’s no reason why this shouldn’t be the case. -%D \startsection[title=Prerequisites] +%D \startdocsection[title=Prerequisites] %D \startparagraph %D Package loading and the namespacing issue are commented on in %D \identifier{enigma.lua}. @@ -31,9 +31,9 @@ \catcode`\^^M = \lettercatcode % eol } \egroup -%D \stopsection +%D \stopdocsection -%D \startsection[title=Setups] +%D \startdocsection[title=Setups] %D \startparagraph %D Once the proper catcodes are in place, the setup macro %D \texmacro{do-setup_enigma} doesn’t to anything besides passing stuff @@ -58,9 +58,9 @@ \luatexcatcodetable \enigmasetupcatcodes \do_setup_enigma% } -%D \stopsection +%D \stopdocsection -%D \startsection[title=Encoding Macros] +%D \startdocsection[title=Encoding Macros] %D \startparagraph %D The environment of \texmacro{\start<enigmaid>} and %D \texmacro{\stop<enigmaid>} allow enabling of Enigma encoding in @@ -97,7 +97,7 @@ \@EA\do_define_enigma\@EA{\enigmaid}% \endgroup% } -%D \stopsection +%D \stopdocsection \catcode`\_=8 % vim:ft=tex:sw=2:ts=2:expandtab:tw=72 |