diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-17 00:43:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-17 00:43:55 +0000 |
commit | 7edde448c95089b13dddb78516c93cadcabd7b43 (patch) | |
tree | c0e76ed03e4469f08ca9845257c1e891651ffc2c /Master/texmf-dist/tex/generic | |
parent | 3bbdf087e56eebafc9a0f30d12afb24f612ab775 (diff) |
xlop (16apr11)
git-svn-id: svn://tug.org/texlive/trunk@22096 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/xlop/xlop.tex | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/generic/xlop/xlop.tex b/Master/texmf-dist/tex/generic/xlop/xlop.tex index 004adf7c8f1..48d52947c01 100644 --- a/Master/texmf-dist/tex/generic/xlop/xlop.tex +++ b/Master/texmf-dist/tex/generic/xlop/xlop.tex @@ -1,5 +1,5 @@ -\def\fileversion{0.23} -\def\filedate{2009/12/02} +\def\fileversion{0.24} +\def\filedate{2011/04/15} %% %% xlop.tex: %% eXtra Large OPeration macros for Generic TeX. @@ -913,15 +913,20 @@ \repeat \ifnum\OP@tmp@d>0 \xdef\op@@export{\op@decimalsepsymbol\op@@export}% - \op@count@i=0 - \loop - \ifnum\op@count@i<\OP@tmp@i - \advance\op@count@vi by1 - \advance\op@count@i by1 - \xdef\op@@export{\@nameuse{OP@tmp@\the\op@count@vi}\op@@export}% - \repeat + % add 0.24 \fi + % en add 0.24 + \op@count@i=0 + \loop + \ifnum\op@count@i<\OP@tmp@i + \advance\op@count@vi by1 + \advance\op@count@i by1 + \xdef\op@@export{\@nameuse{OP@tmp@\the\op@count@vi}\op@@export}% + \repeat \fi +% comment 0.24 +% \fi +% end comment 0.24 \endgroup \edef#3{\op@@export}% } @@ -1754,7 +1759,9 @@ \@namexdef{OP@T1@i}{\@nameuse{OP@T1@w}}% \@namexdef{OP@T1@d}{0}% \@namexdef{OP@T1@s}{0}% - \op@unzero{T1}% + % comment 0.24 +% \op@unzero{T1}% + % end comment 0.24 \op@add{T1}{T1}{T2}% \op@add{T1}{T2}{T3}% \op@add{T1}{T3}{T4}% @@ -1763,6 +1770,9 @@ \op@add{T1}{T6}{T7}% \op@add{T1}{T7}{T8}% \op@add{T1}{T8}{T9}% + % add 0.24 + \op@unzero{T1}% + % end add 0.24 \op@format{\@nameuse{OP@T1@i}}{\@nameuse{OP@T1@d}}{T0}% } \def\op@lshift#1#2{% |