summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/xint/xintkernel.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/xint/xintkernel.sty')
-rw-r--r--Master/texmf-dist/tex/generic/xint/xintkernel.sty28
1 files changed, 15 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/generic/xint/xintkernel.sty b/Master/texmf-dist/tex/generic/xint/xintkernel.sty
index b94e724b17a..19fcfed741d 100644
--- a/Master/texmf-dist/tex/generic/xint/xintkernel.sty
+++ b/Master/texmf-dist/tex/generic/xint/xintkernel.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
%% xintkernel: Paraphernalia for the xint packages
%% ---------------------------------------------------------------
@@ -59,7 +59,7 @@
\def\PrepareCatcodes
{%
\endgroup
- \def\XINT_restorecatcodes
+ \def\XINTrestorecatcodes
{% takes care of all, to allow more economical code in modules
\catcode0=\the\catcode0 %
\catcode59=\the\catcode59 % ; xintexpr
@@ -73,7 +73,7 @@
\catcode33=\the\catcode33 % ! xintexpr
\catcode93=\the\catcode93 % ] -, xintfrac, xintseries, xintcfrac
\catcode91=\the\catcode91 % [ -, xintfrac, xintseries, xintcfrac
- \catcode36=\the\catcode36 % $ xintgcd only
+ \catcode36=\the\catcode36 % $ xintgcd only $
\catcode94=\the\catcode94 % ^
\catcode96=\the\catcode96 % `
\catcode47=\the\catcode47 % /
@@ -96,11 +96,11 @@
\catcode32=\the\catcode32 %
\catcode61=\the\catcode61\relax % =
}%
- \edef\XINT_restorecatcodes_endinput
+ \edef\XINTrestorecatcodesendinput
{%
- \XINT_restorecatcodes\noexpand\endinput %
+ \XINTrestorecatcodes\noexpand\endinput %
}%
- \def\XINT_setcatcodes
+ \def\XINTsetcatcodes
{%
\catcode61=12 % =
\catcode32=10 % space
@@ -138,15 +138,17 @@
\catcode0=12 % for \romannumeral`&&@ trick
\catcode1=3 % for ultra-safe séparateur &&A
}%
- \XINT_setcatcodes
+ \let\XINT_setcatcodes\XINTsetcatcodes
+ \let\XINT_restorecatcodes\XINTrestorecatcodes
+ \XINTsetcatcodes
}%
\PrepareCatcodes
\def\XINTsetupcatcodes {% for use by other modules
- \edef\XINT_restorecatcodes_endinput
+ \edef\XINTrestorecatcodesendinput
{%
- \XINT_restorecatcodes\noexpand\endinput %
+ \XINTrestorecatcodes\noexpand\endinput %
}%
- \XINT_setcatcodes
+ \XINTsetcatcodes
}%
\ifdefined\ProvidesPackage
\let\XINT_providespackage\relax
@@ -157,7 +159,7 @@
\fi
\XINT_providespackage
\ProvidesPackage {xintkernel}%
- [2021/03/29 v1.4d Paraphernalia for the xint packages (JFB)]%
+ [2021/05/05 v1.4e Paraphernalia for the xint packages (JFB)]%
\chardef\xint_c_ 0
\chardef\xint_c_i 1
\chardef\xint_c_ii 2
@@ -262,7 +264,7 @@
\long\def\xint_gob_til_xint:#1\xint:{}%
\long\def\xint_gob_til_^#1^{}%
\def\xint_bracedstopper{\xint:}%
-\long\def\xint_gob_til_exclam #1!{}% documenter le catcode de ! ici
+\long\def\xint_gob_til_exclam #1!{}% This ! has catcode 12
\long\def\xint_gob_til_sc #1;{}%
\long\def\xint_afterfi #1#2\fi {\fi #1}%
\long\def\xint_bye #1\xint_bye {}%
@@ -622,7 +624,7 @@
}%
\begingroup\lccode`$ 32 \catcode`/ 11 % $
\lowercase{\endgroup\XINT_expandableerror$\xint/\let\xint/\xint_undefined}% $
-\XINT_restorecatcodes_endinput%
+\XINTrestorecatcodesendinput%
\endinput
%%
%% End of file `xintkernel.sty'.