diff options
author | Philipp Gesang <gesang@stud.uni-heidelberg.de> | 2012-06-25 10:25:26 +0200 |
---|---|---|
committer | Philipp Gesang <gesang@stud.uni-heidelberg.de> | 2012-06-25 10:25:26 +0200 |
commit | 98954b66be4d64d3e4a3abcf5c44c3d236677504 (patch) | |
tree | 233641c208b99cd49a98a12f8c0f2d737becfe75 | |
parent | 12fb8d5bd65dccf4f8473a9eeb134589f17cad60 (diff) | |
download | enigma-98954b66be4d64d3e4a3abcf5c44c3d236677504.tar.gz |
[ichd] fix spec
-rw-r--r-- | documentation.ichd | 3 | ||||
-rw-r--r-- | tex/context/third/enigma/enigma.lua | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/documentation.ichd b/documentation.ichd index fc7f0ac..d898778 100644 --- a/documentation.ichd +++ b/documentation.ichd @@ -1,14 +1,13 @@ Documentation Specification for the Enigma Module. author = Philipp Gesang title = Enigma -description = Historical encryption for \CONTEXT, Plain\TEX\ and \LATEX documents +description = Historical encryption for \CONTEXT, Plain\TEX\ and \LATEX\ documents license = 2-clause {\sc bsd} version = hg tip date = 2012-06-07 22:32:13+0200 email = phg42.2a@gmail.com copyright = 2010--\currentdate[year] [Manual] - to be written doc enigma_manual.tex [Implementation] \PLAIN\_macros tex enigma.tex diff --git a/tex/context/third/enigma/enigma.lua b/tex/context/third/enigma/enigma.lua index 12ac424..5c3e20c 100644 --- a/tex/context/third/enigma/enigma.lua +++ b/tex/context/third/enigma/enigma.lua @@ -1573,4 +1573,4 @@ enigma.new_callback = new_callback \stopdocsection --ichd]]-- --- vim:ft=lua:sw=2:ts=2:tw=71 +-- vim:ft=lua:sw=2:ts=2:tw=71:expandtab |