summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/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/doc/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/doc/generic/xstring')
-rw-r--r--Master/texmf-dist/doc/generic/xstring/README4
-rw-r--r--Master/texmf-dist/doc/generic/xstring/xstring_doc_en.pdfbin242329 -> 242100 bytes
-rw-r--r--Master/texmf-dist/doc/generic/xstring/xstring_doc_en.tex10
-rw-r--r--Master/texmf-dist/doc/generic/xstring/xstring_doc_fr.pdfbin250184 -> 249846 bytes
4 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/xstring/README b/Master/texmf-dist/doc/generic/xstring/README
index e83c1846702..c4da89e029d 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.7a
- 2013/2/28
+ v 1.7b
+ 2013/07/29
_________________
This package provides macros manipulating strings for programming use.
diff --git a/Master/texmf-dist/doc/generic/xstring/xstring_doc_en.pdf b/Master/texmf-dist/doc/generic/xstring/xstring_doc_en.pdf
index cb4d0fceb4f..35b0880dfb4 100644
--- a/Master/texmf-dist/doc/generic/xstring/xstring_doc_en.pdf
+++ b/Master/texmf-dist/doc/generic/xstring/xstring_doc_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/xstring/xstring_doc_en.tex b/Master/texmf-dist/doc/generic/xstring/xstring_doc_en.tex
index 73da6555d24..cc45e122a4f 100644
--- a/Master/texmf-dist/doc/generic/xstring/xstring_doc_en.tex
+++ b/Master/texmf-dist/doc/generic/xstring/xstring_doc_en.tex
@@ -1,6 +1,6 @@
% This is xtring_doc_en.tex, the english manual of xstring
%
-% Christian Tellechea 2009
+% Christian Tellechea 2008-2013
%
% email : unbonpetit@gmail.com
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -28,7 +28,7 @@
\usepackage{listings}
\usepackage{xstring}
\usepackage[bottom]{footmisc}
-\usepackage[french]{babel}
+\usepackage[english]{babel}
\makeatletter
\definecolor{@xs@bckgcolor}{rgb}{1,1,0.9}
\definecolor{@xs@keywordsxstring}{rgb}{0.7,0,0}
@@ -108,7 +108,7 @@
\newcommand\colorise{\color{violet}}
\begin{document}
-\def:{\string:}
+
\setlength{\parindent}{0pt}
\begin{titlepage}
\null\par\vfill
@@ -695,7 +695,7 @@ Here is the syntax of this macro:\par\nobreak\smallskip
\smallskip
The optional argument \argu{number} is 1 by default.\par\nobreak\smallskip
-The \argu{string} is cut in two parts at the occurrence \no\arguC{number} of \ARGU{stringA}. The left part is stored in the control sequence \argu{macroA} and the right part in \argu{macroB}.
+The \argu{string} is cut in two parts at the occurrence \arguC{number} of \ARGU{stringA}. The left part is stored in the control sequence \argu{macroA} and the right part in \argu{macroB}.
Since this macro returns \emph{two strings}, it does \emph{not} display anything. Consequently, it does not provide the optional argument in last position.\medskip
@@ -1194,7 +1194,7 @@ Examples with the strict tolerance:\par\nobreak
\subsubsection{The commands {\ttfamily \textbackslash fullexpandarg}, {\ttfamily \textbackslash expandarg} and {\ttfamily \textbackslash noexpandarg}}
The command \verbinline|\fullexpandarg| is called by default, so all the arguments are fully expanded (an \verbinline|\edef| is used) before the the macro works on them. In most of the cases, this expansion mode avoids chains of \verbinline|\expandafter| and allows lighter code.
-Of course, the expansion of argument can be canceled to find back the usual behaviour of \TeX{} with the comands \verbinline|\noexpandarg| or \verbinline|\normalexpandarg|.\medskip
+Of course, the expansion of argument can be canceled to find back the usual behaviour of \TeX{} with the commands \verbinline|\noexpandarg| or \verbinline|\normalexpandarg|.\medskip
Another expansion mode can be called with \verbinline|\expandarg|. In this case, the \textbf{first token} of each argument is expanded \emph{one time} while all other tokens are left unchanged (if you want the expansion of all tokens one time, you should call the macro \verbinline|\StrExpand|, see page~\pageref{scancs}).\medskip
diff --git a/Master/texmf-dist/doc/generic/xstring/xstring_doc_fr.pdf b/Master/texmf-dist/doc/generic/xstring/xstring_doc_fr.pdf
index 7928c906f14..21258c37ae7 100644
--- a/Master/texmf-dist/doc/generic/xstring/xstring_doc_fr.pdf
+++ b/Master/texmf-dist/doc/generic/xstring/xstring_doc_fr.pdf
Binary files differ