summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/interpreter/interpreter.sty
diff options
context:
space:
mode:
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