diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/xint/xintseries.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/xint/xintseries.sty | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/generic/xint/xintseries.sty b/Master/texmf-dist/tex/generic/xint/xintseries.sty index 0e5bddb2246..60b32512bf9 100644 --- a/Master/texmf-dist/tex/generic/xint/xintseries.sty +++ b/Master/texmf-dist/tex/generic/xint/xintseries.sty @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) %% --------------------------------------------------------------- -%% The xint bundle 1.4d 2021/03/29 +%% The xint bundle 1.4e 2021/05/05 %% Copyright (C) 2013-2021 by Jean-Francois Burnol %% xintseries: Expandable partial sums with xint package %% --------------------------------------------------------------- @@ -70,7 +70,7 @@ \XINTsetupcatcodes% defined in xintkernel.sty \XINT_providespackage \ProvidesPackage{xintseries}% - [2021/03/29 v1.4d Expandable partial sums with xint package (JFB)]% + [2021/05/05 v1.4e Expandable partial sums with xint package (JFB)]% \def\xintSeries {\romannumeral0\xintseries }% \def\xintseries #1#2% {% @@ -335,7 +335,7 @@ \else \xint_afterfi {\expandafter\XINT_flpowseries_loop_pre\expandafter - {\romannumeral0\XINTinfloatpow [#3]{#5}{#1}}% + {\romannumeral0\XINTinfloatpow_wopt[#3]{#5}{#1}}% {#1}{#5}{#2}{#4}{#3}% }% \fi @@ -345,7 +345,7 @@ \ifnum #4>#2 \else\XINT_flpowseries_dont_i \fi \expandafter\XINT_flpowseries_loop_i\expandafter {\the\numexpr #2+\xint_c_i\expandafter}\expandafter - {\romannumeral0\XINTinfloatmul [#6]{#5{#2}}{#1}}% + {\romannumeral0\XINTinfloatmul_wopt[#6]{#5{#2}}{#1}}% {#1}{#3}{#4}{#5}{#6}% }% \def\XINT_flpowseries_dont_i \fi\expandafter\XINT_flpowseries_loop_i @@ -355,22 +355,22 @@ {% \ifnum #5>#1 \else \XINT_flpowseries_exit_i \fi \expandafter\XINT_flpowseries_loop_ii\expandafter - {\romannumeral0\XINTinfloatmul [#7]{#3}{#4}}% + {\romannumeral0\XINTinfloatmul_wopt[#7]{#3}{#4}}% {#1}{#4}{#2}{#5}{#6}{#7}% }% \def\XINT_flpowseries_loop_ii #1#2#3#4#5#6#7% {% \expandafter\XINT_flpowseries_loop_i\expandafter {\the\numexpr #2+\xint_c_i\expandafter}\expandafter - {\romannumeral0\XINTinfloatadd [#7]{#4}% - {\XINTinfloatmul [#7]{#6{#2}}{#1}}}% + {\romannumeral0\XINTinfloatadd_wopt[#7]{#4}% + {\XINTinfloatmul_wopt[#7]{#6{#2}}{#1}}}% {#1}{#3}{#5}{#6}{#7}% }% \def\XINT_flpowseries_exit_i\fi\expandafter\XINT_flpowseries_loop_ii {\fi \expandafter\XINT_flpowseries_exit_ii }% \def\XINT_flpowseries_exit_ii #1#2#3#4#5#6#7% {% - \xintfloatadd [#7]{#4}{\XINTinfloatmul [#7]{#6{#2}}{#1}}% + \xintfloatadd[#7]{#4}{\XINTinfloatmul_wopt[#7]{#6{#2}}{#1}}% }% \def\xintFloatPowerSeriesX {\romannumeral0\xintfloatpowerseriesx }% \def\xintfloatpowerseriesx #1{\XINT_flpowseriesx_chkopt #1\xint:}% @@ -407,10 +407,10 @@ \def\XINT_flpowseriesx_pre #1#2#3#4#5% {% \expandafter\XINT_flpowseries_loop_pre\expandafter - {\romannumeral0\XINTinfloatpow [#5]{#1}{#2}}% + {\romannumeral0\XINTinfloatpow_wopt[#5]{#1}{#2}}% {#2}{#1}{#3}{#4}{#5}% }% -\XINT_restorecatcodes_endinput% +\XINTrestorecatcodesendinput% \endinput %% %% End of file `xintseries.sty'. |