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/tex/luatex/interpreter/interpreter.sty | |
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/tex/luatex/interpreter/interpreter.sty')
-rw-r--r-- | Master/texmf-dist/tex/luatex/interpreter/interpreter.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/luatex/interpreter/interpreter.sty b/Master/texmf-dist/tex/luatex/interpreter/interpreter.sty index 9ffcad52f1c..94f94443ad9 100644 --- a/Master/texmf-dist/tex/luatex/interpreter/interpreter.sty +++ b/Master/texmf-dist/tex/luatex/interpreter/interpreter.sty @@ -5,10 +5,10 @@ % Author: Paul Isambert. % E-mail: zappathustra AT free DOT fr % Comments and suggestions are welcome. -% Date: July 2011. +% Date: December 2011. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{interpreter}[2011/08/07 v.1.0 Preprocessing input files on the fly.] +\ProvidesPackage{interpreter}[2011/12/03 v.1.1 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). |