summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/xstring
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-07-29 22:36:34 +0000
committerKarl Berry <karl@freefriends.org>2013-07-29 22:36:34 +0000
commit17f1587d183c51b1a54c75db9b597a57f29207f0 (patch)
treedbb6d078ffc30501c66d09a82c8e12b54db780ed /Master/texmf-dist/tex/generic/xstring
parent6a0ecbbfabd660774183079458cf4fb9433df31a (diff)
xstring (29jul13)
git-svn-id: svn://tug.org/texlive/trunk@31305 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/xstring')
-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