diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-23 20:58:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-23 20:58:21 +0000 |
commit | a656c6f4d9acb1ac47cd5aae2b2e34d43e389216 (patch) | |
tree | a3ec27d4d7f7b535222ce0108f2d33e2218a9d68 /Master/texmf-dist/tex/latex | |
parent | d155fa0020eb38a2301eb169476e79fd1d05ee87 (diff) |
perltex (23sep19)
git-svn-id: svn://tug.org/texlive/trunk@52162 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/perltex/perltex.sty | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/perltex/perltex.sty b/Master/texmf-dist/tex/latex/perltex/perltex.sty index 1aff9fc138f..8c9dd7fa3fa 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) 2010 Scott Pakin <scott+pt@pakin.org> +%% Copyright (C) 2003-2019 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,12 +22,14 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{perltex} - [2010/07/10 v2.1 LaTeX macros for use with PerlTeX] -\newif\ifplmac@required \plmac@requiredtrue -\DeclareOption{optional}{\plmac@requiredfalse} \ProcessOptions\relax + [2019/09/14 v2.2 LaTeX macros for use with PerlTeX] +\newif\ifplmac@required +\plmac@requiredtrue +\DeclareOption{optional}{\plmac@requiredfalse} +\ProcessOptions\relax \newif\ifperl \perltrue -\@ifundefined{plmac@tag}{\perlfalse}{} +\@ifundefined{plmac@tag}{\perlfalse\let\plmac@tag=\relax}{} \@ifundefined{plmac@tofile}{\perlfalse}{} \@ifundefined{plmac@fromfile}{\perlfalse}{} \@ifundefined{plmac@toflag}{\perlfalse}{} |