summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/gates/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-03 23:35:36 +0000
committerKarl Berry <karl@freefriends.org>2011-12-03 23:35:36 +0000
commite57737e5e749b3cdff002d8ca4c32c865ec5e03e (patch)
treedbac43a82b3ffdce878349e67268d5338ea6e8e8 /Master/texmf-dist/doc/generic/gates/README
parent97e4684a37e4899e8cdd42ab670b6e25dd319d1a (diff)
new generic package gates (3dec11)
git-svn-id: svn://tug.org/texlive/trunk@24739 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/gates/README')
-rwxr-xr-xMaster/texmf-dist/doc/generic/gates/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/gates/README b/Master/texmf-dist/doc/generic/gates/README
new file mode 100755
index 00000000000..5af453033ae
--- /dev/null
+++ b/Master/texmf-dist/doc/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: December 2011.
+Version: 0.1.
+
+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.