summaryrefslogtreecommitdiff
path: root/macros/generic/gates/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/generic/gates/README
Initial commit
Diffstat (limited to 'macros/generic/gates/README')
-rw-r--r--macros/generic/gates/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/macros/generic/gates/README b/macros/generic/gates/README
new file mode 100644
index 0000000000..baa717a276
--- /dev/null
+++ b/macros/generic/gates/README
@@ -0,0 +1,26 @@
+This is the README file for the Gates package.
+Author: Paul Isambert.
+E-mail: zappathustra AT free DOT fr
+Comments and suggestions are welcome.
+Date: May 2012.
+Version: 0.2.
+
+Gates helps writing code in a modular fashion: macros are broken into
+small chunks with names, which can be externally controlled and/or
+augmented with new ones. Code thus written can be easily modified.
+
+Gates is implemented independantly for both TeX and Lua; the former
+requires the texapi package, while the latter can run with any Lua
+interpreter (not just LuaTeX).
+
+The files in this distribution are:
+
+gates.tex - TeX implementation
+gates.sty - wrapper for LaTeX
+t-gates.tex - wrapper for LaTeX
+gates.lua - Lua implementation
+gates-doc.tex - master file for the doc
+gates-doc.txt - text of the doc (readable in a text editor)
+gates-doc.pdf - typeset doc
+
+Licensing of this package is covered by LPPL.