diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-23 23:05:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-23 23:05:11 +0000 |
commit | 2ca2190924ce55f79eb3bcab24e198c622c27075 (patch) | |
tree | 0ac68835287385a4dbdac9190f693da2178923b3 /Master/texmf-dist/tex/latex | |
parent | 6d5665830b4f90d981d0457e117ba8aa354b735a (diff) |
xifthen (23nov15)
git-svn-id: svn://tug.org/texlive/trunk@38929 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/xifthen/xifthen.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/xifthen/xifthen.sty b/Master/texmf-dist/tex/latex/xifthen/xifthen.sty index a013cee614e..247546fabd8 100644 --- a/Master/texmf-dist/tex/latex/xifthen/xifthen.sty +++ b/Master/texmf-dist/tex/latex/xifthen/xifthen.sty @@ -1,10 +1,11 @@ -\def \filedate {2009/04/17}% -\def \fileversion {v1.3}% +\def \filedate {2015/11/05}% +\def \fileversion {v1.4.0}% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{xifthen}% [\filedate \space \fileversion \space Extended ifthen features] -\RequirePackage{etex} +% v1.4 Removed the etex package for compatibility reasons + \RequirePackage{calc} \RequirePackage{ifthen} \RequirePackage{ifmtarg} |