summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/xstring/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/xstring/README')
-rw-r--r--Master/texmf-dist/doc/latex/xstring/README16
1 files changed, 15 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/xstring/README b/Master/texmf-dist/doc/latex/xstring/README
index e057dd49d3b..4193278a183 100644
--- a/Master/texmf-dist/doc/latex/xstring/README
+++ b/Master/texmf-dist/doc/latex/xstring/README
@@ -1,13 +1,20 @@
_________________
xstring package
- v1.0
+ v1.1
+ 2008/08/15
_________________
+--------------
+Warning
+This package does not require LaTeX (although eTeX is still required).
+Consequently, the xstring.tex file should be installed in the tex/ subtree.
+--------------
This package provides macros manipulating strings, such as:
* tests:
- does a string contains at least n times an another?
- does a string starts (or ends) with another? etc.
+ - is a string an integer? A decimal?
* extractions of substrings:
- what is on the left (or the right) of the nth occurrence of a
substring;
@@ -25,11 +32,18 @@ For programming purposes, other macros allow to use special characters
#######################################################################
+--------------
+Attention
+Cette extension ne nécessite plus LaTeX (bien que eTeX soit toujours requis).
+Par conséquent, le fichier xstring.tex devrait être placé dans le sous
+répertoire tex/
+--------------
Cette extension regroupe un ensemble de macros manipulant des chaînes
de caractères :
* des tests :
- une chaîne en contient elle une autre au moins n fois ?
- une chaîne commence t-elle ou finit-elle par une autre ? etc.
+ - une chaîne est-elle un entier relatif ? Un décimal ?
* des extractions de chaines :
- renvoi de ce qui se trouve avant (ou après) la nieme occurrence
d'une sous-chaîne;