diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-07 23:49:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-07 23:49:09 +0000 |
commit | 87c1785b0399e6f7464638214c13c34e7dfb6df1 (patch) | |
tree | 53cafe8dd5a0112c588688278dfc19e32a1c8218 /Master/texmf-dist/tex/latex/expl3/l3int.sty | |
parent | 0c48393561956d291e2bd02e70ac3cbf1fce3ea2 (diff) |
expl3 (7nov10)
git-svn-id: svn://tug.org/texlive/trunk@20360 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3int.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/expl3/l3int.sty | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3int.sty b/Master/texmf-dist/tex/latex/expl3/l3int.sty index 230ff5aed01..c8f4b0836e2 100644 --- a/Master/texmf-dist/tex/latex/expl3/l3int.sty +++ b/Master/texmf-dist/tex/latex/expl3/l3int.sty @@ -48,7 +48,7 @@ %% %% ----------------------------------------------------------------------- \RequirePackage{l3names} -\GetIdInfo$Id: l3int.dtx 2070 2010-10-09 06:55:11Z joseph $ +\GetIdInfo$Id: l3int.dtx 2077 2010-10-17 07:47:48Z will $ {L3 Experimental Integer module} \ProvidesExplPackage {\filename}{\filedate}{\fileversion}{\filedescription} @@ -751,6 +751,11 @@ \cs_set_eq:NN \intexpr_if_odd:nT \int_if_odd:nT \cs_set_eq:NN \intexpr_if_odd:nF \int_if_odd:nF +\cs_set_eq:NN \intexpr_if_even_p:n \int_if_even_p:n +\cs_set_eq:NN \intexpr_if_even:nTF \int_if_even:nTF +\cs_set_eq:NN \intexpr_if_even:nT \int_if_even:nT +\cs_set_eq:NN \intexpr_if_even:nF \int_if_even:nF + \cs_set_eq:NN \intexpr_while_do:nn \int_while_do:nn \cs_set_eq:NN \intexpr_until_do:nn \int_until_do:nn \cs_set_eq:NN \intexpr_do_while:nn \int_do_while:nn |