summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/perltex/perltex.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/perltex/perltex.sty')
-rw-r--r--Master/texmf-dist/tex/latex/perltex/perltex.sty6
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 91d13ec61dc..aea050bdf59 100644
--- a/Master/texmf-dist/tex/latex/perltex/perltex.sty
+++ b/Master/texmf-dist/tex/latex/perltex/perltex.sty
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2007, Scott Pakin <scott+pt@pakin.org>
+%% Copyright (C) 2007 Scott Pakin <scott+pt@pakin.org>
%%
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.3c of this license
@@ -22,7 +22,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{perltex}
- [2007/09/29 v1.4 LaTeX macros for use with PerlTeX]
+ [2007/10/13 v1.5 LaTeX macros for use with PerlTeX]
\newif\ifplmac@have@perltex
\plmac@have@perltextrue
\@ifundefined{plmac@tag}{\plmac@have@perltexfalse}{}
@@ -31,6 +31,7 @@
\@ifundefined{plmac@toflag}{\plmac@have@perltexfalse}{}
\@ifundefined{plmac@fromflag}{\plmac@have@perltexfalse}{}
\@ifundefined{plmac@doneflag}{\plmac@have@perltexfalse}{}
+\@ifundefined{plmac@pipe}{\plmac@have@perltexfalse}{}
\ifplmac@have@perltex
\else
\PackageError{perltex}{Document must be compiled using perltex}
@@ -195,6 +196,7 @@
}
\newif\ifplmac@file@exists
\newcommand{\plmac@await@existence}[1]{%
+ \input\plmac@pipe
\loop
\IfFileExists{#1}%
{\plmac@file@existstrue}%