diff options
author | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2012-02-23 00:50:59 +0100 |
---|---|---|
committer | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2012-02-23 00:50:59 +0100 |
commit | 53f2382ebb2ac9ddf29f9fcb7baa0f52f2574a07 (patch) | |
tree | b690fec57fdc8bebdf15918e0adcd20c3cb69dc3 /tex/plain | |
parent | 93bc0e3e7ddf05dc368468fc4ecb13d6bd69d727 (diff) | |
download | enigma-53f2382ebb2ac9ddf29f9fcb7baa0f52f2574a07.tar.gz |
[docs] fixed docstring macros
Diffstat (limited to 'tex/plain')
-rw-r--r-- | tex/plain/enigma/enigma.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/plain/enigma/enigma.tex b/tex/plain/enigma/enigma.tex index df260d7..2299890 100644 --- a/tex/plain/enigma/enigma.tex +++ b/tex/plain/enigma/enigma.tex @@ -12,7 +12,7 @@ %D \startparagraph %D First, create somthing like \CONTEXT’s asciimode. We found -%D \texmacro{\newluatexcatcodetable} in \identifier{luacode.sty} and it +%D \texmacro{newluatexcatcodetable} in \identifier{luacode.sty} and it %D seems to get the job done. %D \stopparagraph \newluatexcatcodetable \enigmasetupcatcodes @@ -38,7 +38,7 @@ %D Once the proper catcodes are in place, the setup macro %D \texmacro{do-setup_enigma} doesn’t to anything besides passing stuff %D through to Lua. -%D \stoppparagraph +%D \stopparagraph \def\do_setup_enigma#1{% \directlua{ local enigma = packagedata.enigma @@ -62,8 +62,8 @@ %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 +%D The environment of \texmacro{start<enigmaid>} and +%D \texmacro{stop<enigmaid>} allow enabling of Enigma encoding in %D different parts of the document. %D \stopparagraph |