summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/interpreter/interpreter.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-02 00:09:00 +0000
committerKarl Berry <karl@freefriends.org>2011-08-02 00:09:00 +0000
commit6189f60645741ffcb1b6e730325243882d7e5526 (patch)
tree62dfcc1190bd97244ece6865ae07c33d55d13e7f /Master/texmf-dist/tex/luatex/interpreter/interpreter.sty
parent8cb09a6490220c7e2df1022ea66743b9afa234be (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/tex/luatex/interpreter/interpreter.sty')
-rw-r--r--Master/texmf-dist/tex/luatex/interpreter/interpreter.sty17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/luatex/interpreter/interpreter.sty b/Master/texmf-dist/tex/luatex/interpreter/interpreter.sty
new file mode 100644
index 00000000000..9ffcad52f1c
--- /dev/null
+++ b/Master/texmf-dist/tex/luatex/interpreter/interpreter.sty
@@ -0,0 +1,17 @@
+% This is interpreter.sty, a style file to load
+% the Interpreter package in LaTeX. Useful information
+% can be found in interpreter-doc.pdf or interpreter-doc.txt.
+%
+% Author: Paul Isambert.
+% E-mail: zappathustra AT free DOT fr
+% Comments and suggestions are welcome.
+% Date: July 2011.
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{interpreter}[2011/08/07 v.1.0 Preprocessing input files on the fly.]
+% Needed to prevent LaTeX check input, which would call open_read_file and
+% thus remove Interpreter's main function (which is removed as soon as it is
+% used).
+\expandafter\let\expandafter\interpreterinput\csname @@input\endcsname
+\input interpreter.tex
+\endinput