diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-03 23:36:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-03 23:36:05 +0000 |
commit | f884cf55d378c5815215caa25f5fb7ff1d8f83cd (patch) | |
tree | 62ee34c74798cbac6b6fbe0448713249097c08a9 /Master/texmf-dist/doc/luatex/interpreter/README | |
parent | e57737e5e749b3cdff002d8ca4c32c865ec5e03e (diff) |
interpreter 1.1 (3dec11)
git-svn-id: svn://tug.org/texlive/trunk@24740 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 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/luatex/interpreter/README b/Master/texmf-dist/doc/luatex/interpreter/README index c62c78604ae..c91f26a1d59 100644 --- a/Master/texmf-dist/doc/luatex/interpreter/README +++ b/Master/texmf-dist/doc/luatex/interpreter/README @@ -2,12 +2,15 @@ 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. +Date: December 2011. +Version: 1.1. 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. +Interpreter doesn't work with ConTeXt. + +LuaTeX is required, as is, since version 1.1, the Lua side of the +Gates package (i.e. gates.lua). Relevant information can be found in interpreter-doc.pdf or interpreter-doc.txt (source of the doc readable in a text editor). |