summaryrefslogtreecommitdiff
path: root/macros/luatex/generic/enigma/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/luatex/generic/enigma/README
Initial commit
Diffstat (limited to 'macros/luatex/generic/enigma/README')
-rw-r--r--macros/luatex/generic/enigma/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/macros/luatex/generic/enigma/README b/macros/luatex/generic/enigma/README
new file mode 100644
index 0000000000..1da3eb0790
--- /dev/null
+++ b/macros/luatex/generic/enigma/README
@@ -0,0 +1,29 @@
+Description of files:
+
+./enigma-example-context.tex usage example for Context
+./enigma-example-latex.tex usage example for LaTeX
+./enigma-example-plain.tex usage example for Plain
+./COPYING License (BSD)
+./enigma_manual.tex manual source (Context)
+./enigma-doc.pdf compiled manual
+./mtx-t-enigma.lua mtx script (run as “mtxrun --script enigma”)
+./enigma.lua format independent code
+./t-enigma.mkvi Context interface
+./enigma.sty wrapper for LaTeX (inputs enigma.tex)
+./enigma.tex Plain interface
+
+This is the directory layout I have in mind:
+
+enigma_manual.tex -> ./doc/context/third/enigma/enigma_manual.tex
+enigma-example-plain.tex -> ./doc/context/third/enigma/examples/enigma-example-plain.tex
+enigma-example-latex.tex -> ./doc/context/third/enigma/examples/enigma-example-latex.tex
+enigma-example-context.tex -> ./doc/context/third/enigma/examples/enigma-example-context.tex
+enigma-doc.pdf -> ./doc/context/third/enigma/enigma-doc.pdf
+COPYING -> ./doc/context/third/enigma/COPYING
+mtx-t-enigma.lua -> ./scripts/context/lua/third/enigma/mtx-t-enigma.lua
+t-enigma.mkvi -> ./tex/context/third/enigma/t-enigma.mkvi
+enigma.sty -> ./tex/latex/enigma/enigma.sty
+enigma.tex -> ./tex/plain/enigma/enigma.tex
+enigma.lua -> ./tex/generic/enigma/enigma.lua
+
+