summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/xint/xintfrac.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-11-23 23:04:29 +0000
committerKarl Berry <karl@freefriends.org>2015-11-23 23:04:29 +0000
commit471e31482a7fb618d03b6c1f3fe447153e915ff3 (patch)
tree3b7dd08f9b66146b63662f825db1af7aa613108b /Master/texmf-dist/tex/generic/xint/xintfrac.sty
parent62337378571de2e36529d442dd4ca63bb3ba5b81 (diff)
xint (23nov15)
git-svn-id: svn://tug.org/texlive/trunk@38926 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/xint/xintfrac.sty')
-rw-r--r--Master/texmf-dist/tex/generic/xint/xintfrac.sty8
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%
{%