diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/xint/xintfrac.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/xint/xintfrac.sty | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/generic/xint/xintfrac.sty b/Master/texmf-dist/tex/generic/xint/xintfrac.sty index 73ea010430a..b74569d3c1b 100644 --- a/Master/texmf-dist/tex/generic/xint/xintfrac.sty +++ b/Master/texmf-dist/tex/generic/xint/xintfrac.sty @@ -22,7 +22,7 @@ %% in the same archive or directory.) %% %%---------------------------------------------------------------- -%% The xint bundle (version 1.06 of May 7th, 2013) +%% The xint bundle (version 1.06a of May 9, 2013) %% xintfrac: Expandable operations on fractions %% Copyright (C) 2013 by Jean-Francois Burnol %%---------------------------------------------------------------- @@ -165,7 +165,7 @@ \fi \expandafter\x\csname ver@xintfrac.sty\endcsname \ProvidesPackage{xintfrac}% - [2013/05/07 v1.06 Expandable operations on fractions (jfB)]% + [2013/05/09 v1.06a Expandable operations on fractions (jfB)]% \def\xintLen {\romannumeral0\xintlen }% \def\xintlen #1% {% @@ -195,7 +195,7 @@ \fi \space #1/#2% }% -\def\XINT@outfrac@Zero #1[#2]{ 0[0]}% +\def\XINT@outfrac@Zero #1[#2]{ 0/1[0]}% \def\XINT@outfrac@N #1#2% {% \expandafter\XINT@outfrac@N@a\expandafter @@ -951,7 +951,7 @@ \def\xintsum #1{\xintsumexpr #1\relax }% \def\xintSumExpr {\romannumeral0\xintsumexpr }% \def\xintsumexpr {\expandafter\XINT@fsumexpr\romannumeral-`0}% -\def\XINT@fsumexpr {\XINT@fsum@loop@a {0[0]}}% +\def\XINT@fsumexpr {\XINT@fsum@loop@a {0/1[0]}}% \def\XINT@fsum@loop@a #1#2% {% \expandafter\XINT@fsum@loop@b \romannumeral-`0#2\Z {#1}% @@ -1011,7 +1011,7 @@ }% \def\XINT@fpow@zero #1#2#3#4% {% - \space 1[0]% + \space 1/1[0]% }% \def\XINT@fpow@pos #1#2#3#4#5% {% @@ -1033,10 +1033,10 @@ }% \def\XINT@fpow@pos@B #1#2{\XINT@outfrac {#2}{#1}}% \def\xintPrd {\romannumeral0\xintprd }% -\def\xintprd #1{\xintproductexpr #1\relax }% -\def\xintProductExpr {\romannumeral0\xintproductexpr }% -\def\xintproductexpr {\expandafter\XINT@fproductexpr \romannumeral-`0}% -\def\XINT@fproductexpr {\XINT@fprod@loop@a {1[0]}}% +\def\xintprd #1{\xintprdexpr #1\relax }% +\def\xintPrdExpr {\romannumeral0\xintprdexpr }% +\def\xintprdexpr {\expandafter\XINT@fprdexpr \romannumeral-`0}% +\def\XINT@fprdexpr {\XINT@fprod@loop@a {1/1[0]}}% \def\XINT@fprod@loop@a #1#2% {% \expandafter\XINT@fprod@loop@b \romannumeral-`0#2\Z {#1}% |