diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-20 23:29:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-20 23:29:41 +0000 |
commit | 2c20e449c234f30eb26e3cbbd9cd48b281842a37 (patch) | |
tree | 60bd80b52ddd7f2e6250c5ab90e047ad455fa475 /Master/texmf-dist/tex | |
parent | b209fd55656d0a2b7714c317d2a6656af4b1505e (diff) |
perltex 1.9 (20sep09)
git-svn-id: svn://tug.org/texlive/trunk@15387 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/perltex/perltex.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/perltex/perltex.sty b/Master/texmf-dist/tex/latex/perltex/perltex.sty index f4992ed4985..174b855a30f 100644 --- a/Master/texmf-dist/tex/latex/perltex/perltex.sty +++ b/Master/texmf-dist/tex/latex/perltex/perltex.sty @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{perltex} - [2009/03/27 v1.8 LaTeX macros for use with PerlTeX] + [2009/09/13 v1.9 LaTeX macros for use with PerlTeX] \newif\ifplmac@required \plmac@requiredtrue \DeclareOption{optional}{\plmac@requiredfalse} \ProcessOptions\relax \newif\ifperl @@ -206,7 +206,9 @@ } \newif\ifplmac@file@exists \newcommand{\plmac@await@existence}[1]{% - \input\plmac@pipe + \begin{lrbox}{\@tempboxa}% + \input\plmac@pipe + \end{lrbox}% \loop \IfFileExists{#1}% {\plmac@file@existstrue}% |