diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/xint/xintcfrac.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/xint/xintcfrac.sty | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/xint/xintcfrac.sty b/Master/texmf-dist/tex/generic/xint/xintcfrac.sty index 7019c7af6b3..594b27495d7 100644 --- a/Master/texmf-dist/tex/generic/xint/xintcfrac.sty +++ b/Master/texmf-dist/tex/generic/xint/xintcfrac.sty @@ -22,7 +22,7 @@ %% in the same archive or directory.) %% %%---------------------------------------------------------------- -%% The xint bundle (version 1.09e of October 29, 2013) +%% The xint bundle (version 1.09f of November 4, 2013) %% xintcfrac: Expandable continued fractions with xint package %% Copyright (C) 2013 by Jean-Francois Burnol %%---------------------------------------------------------------- @@ -105,7 +105,7 @@ \XINTsetupcatcodes% \XINT_providespackage \ProvidesPackage{xintcfrac}% - [2013/10/29 v1.09e Expandable continued fractions with xint package (jfB)]% + [2013/11/04 v1.09f Expandable continued fractions with xint package (jfB)]% \def\xintCFrac {\romannumeral0\xintcfrac }% \def\xintcfrac #1% {% @@ -141,7 +141,7 @@ }% \def\XINT_cfrac_A #1/#2\Z {% - \expandafter\XINT_cfrac_B\romannumeral0\xintidivision {#1}{#2}{#2}% + \expandafter\XINT_cfrac_B\romannumeral0\xintiidivision {#1}{#2}{#2}% }% \def\XINT_cfrac_B #1#2% {% @@ -257,7 +257,7 @@ }% \def\XINT_ftc_A #1/#2\Z {% - \expandafter\XINT_ftc_B\romannumeral0\xintidivision {#1}{#2}{#2}% + \expandafter\XINT_ftc_B\romannumeral0\xintiidivision {#1}{#2}{#2}% }% \def\XINT_ftc_B #1#2% {% @@ -293,7 +293,7 @@ }% \def\XINT_ftcx_A #1/#2\Z {% - \expandafter\XINT_ftcx_B\romannumeral0\xintidivision {#1}{#2}{#2}% + \expandafter\XINT_ftcx_B\romannumeral0\xintiidivision {#1}{#2}{#2}% }% \def\XINT_ftcx_B #1#2% {% @@ -336,7 +336,7 @@ }% \def\XINT_ftcc_B #1/#2\Z {% - \expandafter\XINT_ftcc_C\expandafter {\romannumeral0\xintiquo {#1}{#2}}% + \expandafter\XINT_ftcc_C\expandafter {\romannumeral0\xintiiquo {#1}{#2}}% }% \def\XINT_ftcc_C #1#2% {% @@ -369,7 +369,7 @@ \def\XINT_ftcc_loop_b #1/#2\Z {% \expandafter\XINT_ftcc_loop_c\expandafter - {\romannumeral0\xintiquo {#1}{#2}}% + {\romannumeral0\xintiiquo {#1}{#2}}% }% \def\XINT_ftcc_loop_c #1#2% {% |