diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/xstring/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/xstring/README | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/xstring/README b/Master/texmf-dist/doc/generic/xstring/README index 49f0f106950..87a793b8459 100644 --- a/Master/texmf-dist/doc/generic/xstring/README +++ b/Master/texmf-dist/doc/generic/xstring/README @@ -1,8 +1,8 @@ _________________ xstring package - v 1.5 - 2008/12/31 + v 1.5a + 2008/02/09 _________________ ------------------------------------------------------------------------------ @@ -13,7 +13,7 @@ This package provides macros manipulating strings for programming use. A "string" is made of TeX code, i.e. chars (catcodes 10, 11 and 12), controls sequences, groups between braces, tokens with other catcodes, excepted catcodes -6 and 14 (usually tokens # and %). +6 and 14 (usually chars # and %). Main features are: * tests: @@ -31,6 +31,7 @@ Main features are: - find a group with its identifier, etc. * substitution of all (or the n first) occurrences of a substring for an other substring; + * n times expansion of the tokens of a string; * calculation of numbers: - length of a string; - position of the nth occurrence of a substring; @@ -61,10 +62,10 @@ répertoire tex/. ------------------------------------------------------------------------------ Cette extension regroupe un ensemble de macros manipulant des chaînes à des fins de programmation. -Une "chaine" est du code TeX, c'est-à-dire des caractères (catcodes 10, 11 +Une "chaîne" est du code TeX, c'est-à-dire des caractères (catcodes 10, 11 et 12), des séquences de contrôle, des groupes entre accolades et des lexèmes ayant d'autres catcodes excepté les catcodes 6 et 14 (habituellement les -lexèmes # et %). +caractères # et %). Les principales fonctionnalités sont : * des tests : @@ -82,6 +83,7 @@ Les principales fonctionnalités sont : - recherche d'un groupe avec son identifiant. * le remplacement de toutes ou des n premières occurrences d'une sous-chaîne par une autre sous-chaîne; + * n-développement des tokens d'une chaîne; * des calculs de nombres : - longueur d'une chaîne; - position de la la nieme occurrence d'une sous-chaîne; |