diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/xint/xintfrac.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/xint/xintfrac.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/xint/xintfrac.sty b/Master/texmf-dist/tex/generic/xint/xintfrac.sty index 9e9feac02a3..50a961d49cd 100644 --- a/Master/texmf-dist/tex/generic/xint/xintfrac.sty +++ b/Master/texmf-dist/tex/generic/xint/xintfrac.sty @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) %% --------------------------------------------------------------- -%% The xint bundle v1.2d 2015/11/18 +%% The xint bundle v1.2e 2015/11/22 %% Copyright (C) 2013-2015 by Jean-Francois Burnol %% xintfrac: Expandable operations on fractions %% --------------------------------------------------------------- @@ -70,7 +70,7 @@ \XINTsetupcatcodes% defined in xintkernel.sty \XINT_providespackage \ProvidesPackage{xintfrac}% - [2015/11/18 v1.2d Expandable operations on fractions (jfB)]% + [2015/11/22 v1.2e Expandable operations on fractions (jfB)]% \def\XINT_cntSgnFork #1% {% \ifcase #1\expandafter\xint_secondofthree @@ -2502,12 +2502,12 @@ \def\XINT_flfac_noopt #1#2\xint_relax {% \expandafter\XINT_FL_fac_start\expandafter - {\the\numexpr #2}{\XINTdigits}{#1[\XINTdigits]}% + {\the\numexpr \xintNum{#2}}{\XINTdigits}{#1[\XINTdigits]}% }% \def\XINT_flfac_opt #1[\xint_relax #2]#3% {% \expandafter\XINT_FL_fac_start\expandafter - {\the\numexpr #3\expandafter}\expandafter{\the\numexpr#2}{#1[#2]}% + {\the\numexpr \xintNum{#3}\expandafter}\expandafter{\the\numexpr#2}{#1[#2]}% }% \def\XINT_FL_fac_start #1% {% |