diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/xint/xinttools.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/xint/xinttools.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/xint/xinttools.sty b/Master/texmf-dist/tex/generic/xint/xinttools.sty index 0a21ba1e579..4cb247565da 100644 --- a/Master/texmf-dist/tex/generic/xint/xinttools.sty +++ b/Master/texmf-dist/tex/generic/xint/xinttools.sty @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) %% --------------------------------------------------------------- -%% The xint bundle 1.2g 2016/03/19 +%% The xint bundle 1.2h 2016/11/20 %% Copyright (C) 2013-2016 by Jean-Francois Burnol %% xinttools: Expandable and non-expandable utilities %% --------------------------------------------------------------- @@ -70,7 +70,7 @@ \XINTsetupcatcodes% defined in xintkernel.sty \XINT_providespackage \ProvidesPackage{xinttools}% - [2016/03/19 1.2g Expandable and non-expandable utilities (JFB)]% + [2016/11/20 1.2h Expandable and non-expandable utilities (JFB)]% \newtoks\XINT_toks \xint_firstofone{\let\XINT_sptoken= } %<- space here! \def\xintgodef {\global\xintodef }% @@ -518,7 +518,7 @@ {% \expandafter\expandafter\expandafter\XINT_trim_finish_a \expandafter\expandafter\expandafter\space % avoids brace removal - \csname xint_gobble_\romannumeral\numexpr#1\endcsname + \csname xint_gobble_\romannumeral#1\endcsname }% \long\def\XINT_trim_finish_a #1\xint_relax #2\xint_bye {#1}% \def\xintTrimUnbraced {\romannumeral0\xinttrimunbraced }% @@ -1197,7 +1197,7 @@ \def\XINT_trim:f:csv_neg #1.#2\xint_relax% {% \expandafter\XINT_trim:f:csv_neg_b - \the\numexpr\expandafter\XINT_length:f:csv_a\romannumeral`&&@#2% + \the\numexpr\XINT_length:f:csv_a #2% \xint_relax,\xint_relax,\xint_relax,\xint_relax,% \xint_relax,\xint_relax,\xint_relax,\xint_relax,\xint_bye -#1.#2\xint_relax @@ -1228,7 +1228,7 @@ \def\XINT_trim:f:csv_finish #1.% {% \expandafter\XINT_trim:f:csv_finish_a - \romannumeral`&&@\csname xint_gobble:csv_\romannumeral\numexpr#1\endcsname + \romannumeral`&&@\csname xint_gobble:csv_\romannumeral#1\endcsname }% \def\xint_gobble:csv_ {}% \def\xint_gobble:csv_i #1,{}% @@ -1258,7 +1258,7 @@ \def\XINT_keep:f:csv_neg #1.#2\xint_relax% {% \expandafter\XINT_keep:f:csv_neg_b - \the\numexpr\expandafter\XINT_length:f:csv_a\romannumeral`&&@#2% + \the\numexpr\XINT_length:f:csv_a #2% \xint_relax,\xint_relax,\xint_relax,\xint_relax,% \xint_relax,\xint_relax,\xint_relax,\xint_relax,\xint_bye -#1.#2\xint_relax |