summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-02-15 00:48:32 +0000
committerKarl Berry <karl@freefriends.org>2009-02-15 00:48:32 +0000
commit92ba9e81200b80305ba6adb72a546f55ee30a7dc (patch)
treec2106890f55558e6c294273a98bac65760d68fcd
parent9fb4a6377e86a6335253b50a45d23505c1e5bd09 (diff)
stringstrings update (14feb09)
git-svn-id: svn://tug.org/texlive/trunk@12161 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdfbin307025 -> 306885 bytes
-rw-r--r--Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx12
-rw-r--r--Master/texmf-dist/source/latex/stringstrings/stringstrings.ins12
-rw-r--r--Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty2
4 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf b/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf
index 2d33a152af1..0c70cec3929 100644
--- a/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf
+++ b/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx b/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx
index ef01f83c320..dac7b247664 100644
--- a/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx
+++ b/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx
@@ -1,6 +1,6 @@
% \iffalse
%<package>\ProvidesPackage{stringstrings}
-%<package>[2008/07/30 v1.02
+%<package>[2009/02/13 v1.03
%<package> Extensive array of string manipulation routines for
%<package> cosmetic and programming application]
%<package>\NeedsTeXFormat{LaTeX2e}
@@ -709,7 +709,7 @@
% command of the same name, in that it parses {\it string} to determine
% how many arguments (\ie words) are in {\it string}, and extracts
% each word into a separate variable. The number of arguments is placed
-% in |\nargs| and the individual arguments are placed in variables of
+% in |\narg| and the individual arguments are placed in variables of
% the name |\argi|, |\argii|, |\argiii|, |\argiv|, etc. This command
% may be used to facilitate simply the use of multiple optional
% arguments in a \LaTeX{} command, for example
@@ -996,7 +996,7 @@
% categories, the workaround
% solution includes the use of retokenized strings instead of expanded
% strings. For symbols in the next two categories, use of T1 encoding
-% or retokenizing provides a satisfactory solution. In the bottom two
+% or retokenizing provides a satisfactory solution. In the bottom three
% categories, because of \stringstrings encoded |[e]| mode,
% there is nothing to impede the use of these characters in
% \stringstrings arguments, if encoded |[e]| mode is employed for
@@ -1753,7 +1753,7 @@
}%
% \end{macrocode}
% The loop has ended.\\
-% Gobble up the first |@gobblesize| characters (not bytes!) of the string,
+% Gobble up the first |@gobblesize| characters (not bytes!)~of the string,
% which should leave the desired substring as the remainder. If the
% mode is verbose, print out the resulting substring.
% \begin{macrocode}
@@ -1902,7 +1902,7 @@
% |\@reversedstring| fully represents the reversed string. The result
% is placed into |\thestring|.
% \begin{macrocode}
-% REVERSES SEQUENCE OF BYTES IN STRING
+% REVERSES SEQUENCE OF CHARACTERS IN STRING
\newcommand\reversestring[2][v]{%
\def\@reversedstring{}%
\+\@getstringlength{#2}{@@stringsize}\?%
@@ -1923,7 +1923,7 @@
% \end{macro}
% \begin{macro}{\convertchar}
-% Takes a string, a replaces each occurance of a specified character
+% Takes a string, and replaces each occurance of a specified character
% with a replacement string. The only complexity in the logic is that
% a separate replacement algorithm exists depending on whether the
% specified character to be replaced is a normal character or an
diff --git a/Master/texmf-dist/source/latex/stringstrings/stringstrings.ins b/Master/texmf-dist/source/latex/stringstrings/stringstrings.ins
index 3564603d755..a99e147f5b3 100644
--- a/Master/texmf-dist/source/latex/stringstrings/stringstrings.ins
+++ b/Master/texmf-dist/source/latex/stringstrings/stringstrings.ins
@@ -1,6 +1,6 @@
-% LaTeX this .ins file in order to generate the .sty file from the .dtx file
-\input docstrip
-\askforoverwritefalse
-\generate{\file{stringstrings.sty}{\from{stringstrings.dtx}{package}}
- }
-\endbatchfile
+% LaTeX this .ins file in order to generate the .sty file from the .dtx file
+\input docstrip
+\askforoverwritefalse
+\generate{\file{stringstrings.sty}{\from{stringstrings.dtx}{package}}
+ }
+\endbatchfile
diff --git a/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty b/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty
index dadc7b91d33..7461c68591f 100644
--- a/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty
+++ b/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty
@@ -21,7 +21,7 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesPackage{stringstrings}
-[2008/07/30 v1.02
+[2009/02/13 v1.03
Extensive array of string manipulation routines for
cosmetic and programming application]
\NeedsTeXFormat{LaTeX2e}