diff options
author | Karl Berry <karl@freefriends.org> | 2009-04-18 16:43:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-04-18 16:43:44 +0000 |
commit | a76cb2abef5aed2d5ca199950fde6410a6871e2c (patch) | |
tree | 9d81cf308445958390bccdeae61d1f1b42aeb46c /Master/texmf-dist/tex/latex/xifthen | |
parent | 9fbcb733dd11b3c8375ec9997391296abbc6d79d (diff) |
xifthen update (17apr09)
git-svn-id: svn://tug.org/texlive/trunk@12746 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/xifthen')
-rw-r--r-- | Master/texmf-dist/tex/latex/xifthen/xifthen.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/xifthen/xifthen.sty b/Master/texmf-dist/tex/latex/xifthen/xifthen.sty index 9a456251790..a013cee614e 100644 --- a/Master/texmf-dist/tex/latex/xifthen/xifthen.sty +++ b/Master/texmf-dist/tex/latex/xifthen/xifthen.sty @@ -1,5 +1,5 @@ -\def \filedate {2009/03/23}% -\def \fileversion {v1.2}% +\def \filedate {2009/04/17}% +\def \fileversion {v1.3}% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{xifthen}% [\filedate \space \fileversion \space Extended ifthen features] @@ -18,7 +18,7 @@ \def \@tempb{\@tempc}% \begingroup % Thanks MPG \toks@ {##2}% - \edef \@tempa {\the \toks@} + \edef \@tempa {\the \toks@}% <- UF v1.3 \expandafter \endgroup \ifx \@tempa \@tempb \toks@ \expandafter {\the \toks@ ##1}% |