summaryrefslogtreecommitdiff
path: root/macros/generic
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-01-15 03:00:57 +0000
committerNorbert Preining <norbert@preining.info>2023-01-15 03:00:57 +0000
commitb8345f39630408bb198e7636381ce4240154ca9b (patch)
tree52cdbf3a9b8e71f414f416b50106f1bc5f936459 /macros/generic
parent1d1c448a4f84ba2f5329218a68e7fcadf62999e6 (diff)
CTAN sync 202301150300
Diffstat (limited to 'macros/generic')
-rw-r--r--macros/generic/xstring/README4
-rw-r--r--macros/generic/xstring/test_etex.pdfbin99781 -> 99781 bytes
-rw-r--r--macros/generic/xstring/test_latex.pdfbin155263 -> 154972 bytes
-rw-r--r--macros/generic/xstring/xstring-en.pdfbin199536 -> 336458 bytes
-rw-r--r--macros/generic/xstring/xstring-fr.pdfbin215317 -> 341138 bytes
-rw-r--r--macros/generic/xstring/xstring.tex15
6 files changed, 10 insertions, 9 deletions
diff --git a/macros/generic/xstring/README b/macros/generic/xstring/README
index ce2ea5d24e..812db6aaf2 100644
--- a/macros/generic/xstring/README
+++ b/macros/generic/xstring/README
@@ -1,8 +1,8 @@
_________________
xstring package
- v 1.84
- 2021/07/21
+ v 1.85
+ 2023/01/14
_________________
This package provides macros manipulating strings for programming use.
diff --git a/macros/generic/xstring/test_etex.pdf b/macros/generic/xstring/test_etex.pdf
index 17cb0ae3ac..0f00223840 100644
--- a/macros/generic/xstring/test_etex.pdf
+++ b/macros/generic/xstring/test_etex.pdf
Binary files differ
diff --git a/macros/generic/xstring/test_latex.pdf b/macros/generic/xstring/test_latex.pdf
index 8a1ee001e8..2a01937b6c 100644
--- a/macros/generic/xstring/test_latex.pdf
+++ b/macros/generic/xstring/test_latex.pdf
Binary files differ
diff --git a/macros/generic/xstring/xstring-en.pdf b/macros/generic/xstring/xstring-en.pdf
index 7a9da7b093..554faf4cea 100644
--- a/macros/generic/xstring/xstring-en.pdf
+++ b/macros/generic/xstring/xstring-en.pdf
Binary files differ
diff --git a/macros/generic/xstring/xstring-fr.pdf b/macros/generic/xstring/xstring-fr.pdf
index 0550b0393d..703674d7c6 100644
--- a/macros/generic/xstring/xstring-fr.pdf
+++ b/macros/generic/xstring/xstring-fr.pdf
Binary files differ
diff --git a/macros/generic/xstring/xstring.tex b/macros/generic/xstring/xstring.tex
index d5dcd6354f..920a76933c 100644
--- a/macros/generic/xstring/xstring.tex
+++ b/macros/generic/xstring/xstring.tex
@@ -4,9 +4,9 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
\def\xstringname {xstring} %
-\def\xstringversion {1.84} %
+\def\xstringversion {1.85} %
% %
-\def\xstringdate {2021/07/21} %
+\def\xstringdate {2023/01/14} %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
@@ -15,9 +15,7 @@
% Maintainer : Christian Tellechea %
% Email : unbonpetit@netc.fr %
% Package URL: https://www.ctan.org/pkg/xstring %
-% Bug tracker: https://framagit.org/unbonpetit/xstring/issues %
-% Repository : https://framagit.org/unbonpetit/xstring/tree/master %
-% Copyright : Christian Tellechea 2008-2019 %
+% Copyright : Christian Tellechea 2008-2023 %
% Licence : Released under the LaTeX Project Public License v1.3c %
% or later, see http://www.latex-project.org/lppl.txt %
% Files : 1) xstring.tex %
@@ -1006,7 +1004,7 @@
\xs_StrExpand_i{#1}% Appel de la macro récursive
}
{\def\xs_reserved_B{#2}%
- }
+ }% <-- bugfix 1.85
\expandafter
\endgroup
\expandafter\def\expandafter#3\expandafter{\xs_reserved_B}%
@@ -1021,7 +1019,7 @@
\def\xs_reserved_A{\xs_exparg\xs_StrExpand_i{\number\numexpr#1-1}}%
}
{\let\xs_reserved_A\relax
- }%
+ }% <-- bugfix 1.85
\xs_reserved_A
}
@@ -1228,3 +1226,6 @@ v1.83 06/02/2019
------------------------------------------------------------------------------
v1.84 21/07/2021
- encodage du fichier xstring.tex en UTF-8
+ ------------------------------------------------------------------------------
+v1.85 14/01/2023
+ - 2 espaces parasites corrigés