summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/xint/xint.sty22
-rw-r--r--Master/texmf-dist/tex/generic/xint/xintcfrac.sty4
-rw-r--r--Master/texmf-dist/tex/generic/xint/xintfrac.sty19
-rw-r--r--Master/texmf-dist/tex/generic/xint/xintgcd.sty4
-rw-r--r--Master/texmf-dist/tex/generic/xint/xintseries.sty4
5 files changed, 22 insertions, 31 deletions
diff --git a/Master/texmf-dist/tex/generic/xint/xint.sty b/Master/texmf-dist/tex/generic/xint/xint.sty
index 016a684c4c2..d630061d80b 100644
--- a/Master/texmf-dist/tex/generic/xint/xint.sty
+++ b/Master/texmf-dist/tex/generic/xint/xint.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)
%% xint: Expandable operations on long numbers
%% Copyright (C) 2013 by Jean-Francois Burnol
%%----------------------------------------------------------------
@@ -134,7 +134,7 @@
\fi
\expandafter\x\csname ver@xint.sty\endcsname
\ProvidesPackage{xint}%
- [2013/05/01 v1.05 Expandable operations on long numbers (jfB)]%
+ [2013/05/02 v1.05a Expandable operations on long numbers (jfB)]%
\def\xint@gobble #1{}%
\def\xint@gobble@one #1{}%
\def\xint@gobble@two #1#2{}%
@@ -487,13 +487,11 @@
\def #1##1%
{%
\ifnum ##1< 0
- \xint@afterfi {\xintError:ArrayIndexIsNegative
- \expandafter\space 0}%
+ \xint@afterfi {\xintError:ArrayIndexIsNegative\space 0}%
\else
\xint@afterfi {%
\ifnum ##1> #2
- \xint@afterfi {\xintError:ArrayIndexBeyondLimit
- \expandafter\space 0}%
+ \xint@afterfi {\xintError:ArrayIndexBeyondLimit\space 0}%
\else
\xint@afterfi
{\expandafter\expandafter\expandafter
@@ -2059,7 +2057,7 @@
\or
\expandafter\XINT@fac@checklength
\else
- \xint@afterfi{\xintError:FactorialOfNegativeNumber
+ \xint@afterfi{\expandafter\xintError:FactorialOfNegativeNumber
\expandafter\space\expandafter 1\xint@gobble }%
\fi
{#1}%
@@ -2067,7 +2065,7 @@
\def\XINT@fac@checklength #1%
{%
\ifnum\numexpr #1\relax>999999
- \xint@afterfi{\xintError:FactorialOfTooBigNumber
+ \xint@afterfi{\expandafter\xintError:FactorialOfTooBigNumber
\expandafter\space\expandafter 1\xint@gobble }%
\else
\xint@afterfi{\ifnum #1>9999
@@ -2218,7 +2216,7 @@
\xint@UNDEF
}%
\def\XINT@pow@BtooBig #1\xint@UNDEF #2\xint@UNDEF
- {\xintError:ExponentTooBig\space 0}%
+ {\xintError:ExponentTooBig\space 0}%
\def\XINT@pow@loop #1#2%
{%
\ifnum #1 = 1
@@ -2962,8 +2960,7 @@
\def\XINT@dsx@xisNeg@checkx #1%
{%
\ifnum #1> 9
- \xint@afterfi {\xintError:TooBigDecimalShift
- \XINT@dsx@toobigx }%
+ \xint@afterfi {\xintError:TooBigDecimalShift\XINT@dsx@toobigx }%
\else
\expandafter \XINT@dsx@zeroloop
\fi
@@ -3085,8 +3082,7 @@
\def\XINT@split@checksizex #1%
{%
\ifnum\XINT@Len {#1} > 9
- \xint@afterfi {\xintError:TooBigDecimalSplit
- \XINT@split@bigx }%
+ \xint@afterfi {\xintError:TooBigDecimalSplit\XINT@split@bigx }%
\else
\expandafter\XINT@split@xfork
\fi
diff --git a/Master/texmf-dist/tex/generic/xint/xintcfrac.sty b/Master/texmf-dist/tex/generic/xint/xintcfrac.sty
index 6b3f15c7534..d94a3b73381 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.05 of May 1st, 2013)
+%% The xint bundle (version 1.05a of May 2nd, 2013)
%% xintcfrac: Expandable continued fractions with xint package
%% Copyright (C) 2013 by Jean-Francois Burnol
%%----------------------------------------------------------------
@@ -162,7 +162,7 @@
\fi
\expandafter\x\csname ver@xintcfrac.sty\endcsname
\ProvidesPackage{xintcfrac}%
- [2013/05/01 v1.05 Expandable continued fractions with xint package (jfB)]%
+ [2013/05/02 v1.05a Expandable continued fractions with xint package (jfB)]%
\def\xintCFrac {\romannumeral0\xintcfrac }%
\def\xintcfrac #1%
{%
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%
{%
diff --git a/Master/texmf-dist/tex/generic/xint/xintgcd.sty b/Master/texmf-dist/tex/generic/xint/xintgcd.sty
index 1493d23a544..552d55e6eb1 100644
--- a/Master/texmf-dist/tex/generic/xint/xintgcd.sty
+++ b/Master/texmf-dist/tex/generic/xint/xintgcd.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)
%% xintgcd: Euclidean algorithm with xint package
%% Copyright (C) 2013 by Jean-Francois Burnol
%%----------------------------------------------------------------
@@ -162,7 +162,7 @@
\fi
\expandafter\x\csname ver@xintgcd.sty\endcsname
\ProvidesPackage{xintgcd}%
- [2013/05/01 v1.05 Euclide algorithm with xint package (jfB)]%
+ [2013/05/02 v1.05a Euclide algorithm with xint package (jfB)]%
\def\xintGCD {\romannumeral0\xintgcd }%
\def\xintgcd #1%
{%
diff --git a/Master/texmf-dist/tex/generic/xint/xintseries.sty b/Master/texmf-dist/tex/generic/xint/xintseries.sty
index 600d3c311ac..54cb650d53f 100644
--- a/Master/texmf-dist/tex/generic/xint/xintseries.sty
+++ b/Master/texmf-dist/tex/generic/xint/xintseries.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)
%% xintseries: Expandable partial sums with xint package
%% Copyright (C) 2013 by Jean-Francois Burnol
%%----------------------------------------------------------------
@@ -162,7 +162,7 @@
\fi
\expandafter\x\csname ver@xintseries.sty\endcsname
\ProvidesPackage{xintseries}%
- [2013/05/01 v1.05 Expandable partial sums with xint package (jfB)]%
+ [2013/05/02 v1.05a Expandable partial sums with xint package (jfB)]%
\def\xintSeries {\romannumeral0\xintseries }%
\def\xintseries #1#2%
{%