summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/perltex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-19 17:56:01 +0000
committerKarl Berry <karl@freefriends.org>2007-10-19 17:56:01 +0000
commit0ae062e177340be706279e9275f7c3e2ed4f323a (patch)
treef28d64d75b976d9d5ffe8f27b456887b39204bea /Master/texmf-dist/tex/latex/perltex
parent146ff49cee440098d4918aaf6be7148276c21fc8 (diff)
perltex 1.5 (15oct07)
git-svn-id: svn://tug.org/texlive/trunk@5238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/perltex')
-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}%