summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/xstring/xstring.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/xstring/xstring.tex')
-rw-r--r--Master/texmf-dist/tex/generic/xstring/xstring.tex21
1 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/generic/xstring/xstring.tex b/Master/texmf-dist/tex/generic/xstring/xstring.tex
index 3c86483a682..5eb45faa749 100644
--- a/Master/texmf-dist/tex/generic/xstring/xstring.tex
+++ b/Master/texmf-dist/tex/generic/xstring/xstring.tex
@@ -1,9 +1,9 @@
% __________________________________________________
% | |
% | |
-% | xstring v1.7a |
+% | xstring v1.7b |
% | |
-% | 28 f\'evrier 2013 |
+% | 29 juillet 2013 |
% | |
% |__________________________________________________|
%
@@ -33,10 +33,10 @@
%
% The Current Maintainer of this work is Christian Tellechea
% -------------------------------------------------------------------
-\def\xstringversion {1.7a}
-\def\xstringdate {2013/2/28}
-\def\xstringfrenchdate {28 f\'evrier 2013}
-\def\xstringenglishdate {$28^{\mathrm{th}}$ february 2013}
+\def\xstringversion {1.7b}
+\def\xstringdate {2013/07/29}
+\def\xstringfrenchdate {29 juillet 2013}
+\def\xstringenglishdate {29 july 2013}
\edef\CurrentAtCatcode {\the\catcode`\@}
\catcode`\@=11
\newwrite\@xs@message% canal pour les messages
@@ -44,7 +44,7 @@
\newcount\decimalpart% compteurs utilis\'es par xstring
\expandafter\ifx\csname @latexerr\endcsname\relax% on n'utilise pas LaTeX ?
- \immediate\write\m@ne{Package: xstring \xstringdate\space\space v\xstringversion\space\space String manipulations (C Tellechea)}%
+ \immediate\write\m@ne{Package: xstring \xstringdate\space\space v\xstringversion\space\space String manipulations}%
\long\def\@firstoftwo#1#2{#1}
\long\def\@secondoftwo#1#2{#2}
\long\def\@gobble#1{}
@@ -1265,7 +1265,7 @@
% toutes les macros r\'ecursives, simplification de \@xs@TestEqual en
% utilisant \ifx
% - Nouvelles macros \IfStrEqCase et \IfEqCase
-% Teste si une chaîne est \'egale \`a plusieurs chaînes donn\'ee et
+% Teste si une chaîne est \'egale \`a plusieurs cha\^ines donn\'ee et
% ex\'ecute un code sp\'ecifique
% - Cr\'eation de la macro publique \StrSplit
% Coupe la chaine en 2 \`a une position donn\'ee
@@ -1380,4 +1380,7 @@
% - Les macros de xstring sont \long
%------------------------------------------------------------------------------
% v1.7a 28/2/2013
-% - Correction d'un espace parasite dans \@xs@removefirstsyntaxunit \ No newline at end of file
+% - Correction d'un espace parasite dans \@xs@removefirstsyntaxunit
+%------------------------------------------------------------------------------
+% v1.7b 29/7/2013
+% - La date contenue dans \xstringdate est désormais conforme \ No newline at end of file