diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-02 00:09:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-02 00:09:00 +0000 |
commit | 6189f60645741ffcb1b6e730325243882d7e5526 (patch) | |
tree | 62dfcc1190bd97244ece6865ae07c33d55d13e7f /Master/texmf-dist/doc/luatex/interpreter/README | |
parent | 8cb09a6490220c7e2df1022ea66743b9afa234be (diff) |
new luatex package interpreter (9jul11)
git-svn-id: svn://tug.org/texlive/trunk@23308 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/interpreter/README')
-rw-r--r-- | Master/texmf-dist/doc/luatex/interpreter/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/interpreter/README b/Master/texmf-dist/doc/luatex/interpreter/README new file mode 100644 index 00000000000..c62c78604ae --- /dev/null +++ b/Master/texmf-dist/doc/luatex/interpreter/README @@ -0,0 +1,26 @@ +This is the README file for the Interpreter package. +Author: Paul Isambert. +E-mail: zappathustra AT free DOT fr +Comments and suggestions are welcome. +Date: July 2011. +Version: 1.0. + +Interpreter preprocesses input files on the fly (no external program) and +manipulates input lines, e.g. to turn some markup into proper TeX syntax. +LuaTeX is required. + +Relevant information can be found in interpreter-doc.pdf +or interpreter-doc.txt (source of the doc readable in a text editor). + +The files in this distribution are: + +interpreter.lua - main code +interpreter.tex - \input in plain TeX +interpreter.sty - wrapper for LaTeX +interpreter-doc.tex - master file for the doc +interpreter-doc.txt - text of the doc +interpreter-doc.pdf - typeset doc +i-doc.lua - interpretation for the doc (because, of course, the doc + is typeset with Interpreter) + +Licensing of this package is covered by LPPL. |