summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/interpreter/interpreter.sty
blob: ba16a86256f587f81c2fd67bb38a50feff5d92b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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: June 2012.

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{interpreter}[2012/06/10 v.1.2 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