diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/xint/xintfrac.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/xint/xintfrac.sty | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/generic/xint/xintfrac.sty b/Master/texmf-dist/tex/generic/xint/xintfrac.sty index 95d8f8bbaab..9f974caa565 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.05 of May 1st, 2013) +%% The xint bundle (version 1.05a of May 2nd, 2013) %% xintfrac: Expandable operations on fractions %% Copyright (C) 2013 by Jean-Francois Burnol %%---------------------------------------------------------------- @@ -164,7 +164,7 @@ \fi \expandafter\x\csname ver@xintfrac.sty\endcsname \ProvidesPackage{xintfrac}% - [2013/05/01 v1.05 Expandable operations on fractions (jfB)]% + [2013/05/02 v1.05a Expandable operations on fractions (jfB)]% \def\xintLen {\romannumeral0\xintlen }% \def\xintlen #1% {% @@ -295,8 +295,7 @@ }% \def\XINT@frac@Gdivisionbyzero #1\Z #2#3% {% - \xintError:DivisionByZero - \expandafter\space {0}{#2}{0}% + \xintError:DivisionByZero\space {0}{#2}{0}% }% \def\XINT@frac@Gneg #1\Z #2#3% {% @@ -619,10 +618,8 @@ \xint@UDkrof {#3#4}{#1#2}{#3#4}{#1#2}% }% -\def\XINT@irr@indeterminate #1#2#3#4#5% - {\expandafter\xintError:NaN\space 0/0}% -\def\XINT@irr@divisionbyzero #1#2#3#4#5% - {\expandafter\xintError:DivisionByZero #5#2/0}% +\def\XINT@irr@indeterminate #1#2#3#4#5{\xintError:NaN\space 0/0}% +\def\XINT@irr@divisionbyzero #1#2#3#4#5{\xintError:DivisionByZero #5#2/0}% \def\XINT@irr@zero #1#2#3#4#5{ 0}% \def\XINT@irr@loop@a #1#2% {% @@ -693,10 +690,8 @@ \xint@UDkrof {#3#4}{#1#2}1001% }% -\def\XINT@jrr@indeterminate #1#2#3#4#5#6#7% - {\expandafter\xintError:NaN\space 0/0}% -\def\XINT@jrr@divisionbyzero #1#2#3#4#5#6#7% - {\expandafter\xintError:DivisionByZero #7#2/0}% +\def\XINT@jrr@indeterminate #1#2#3#4#5#6#7{\xintError:NaN\space 0/0}% +\def\XINT@jrr@divisionbyzero #1#2#3#4#5#6#7{\xintError:DivisionByZero #7#2/0}% \def\XINT@jrr@zero #1#2#3#4#5#6#7{ 0}% \def\XINT@jrr@loop@a #1#2% {% |