summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/xstring/xstring_doc_en.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/xstring/xstring_doc_en.tex')
-rw-r--r--Master/texmf-dist/doc/generic/xstring/xstring_doc_en.tex10
1 files changed, 5 insertions, 5 deletions
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