diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-18 22:50:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-18 22:50:05 +0000 |
commit | 3ab72bbc8f60fc642a7dd422ed357c1b5dc0ec23 (patch) | |
tree | a3aa475f0308931e841c720311db21ec9149bd76 /Master/texmf-dist | |
parent | 7a11d5a2a3307053738361b31b2989401be3de37 (diff) |
stringstrings (10oct12)
git-svn-id: svn://tug.org/texlive/trunk@28022 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf | bin | 314880 -> 435810 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf b/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf Binary files differindex b1244ae6b3d..f6aaba3493e 100644 --- a/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf +++ b/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf diff --git a/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx b/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx index 656bcda8ef3..52f9efb3ee0 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>[2010/02/23 v1.20 +%<package>[2012/10/09 v1.21 %<package> Extensive array of string manipulation routines for %<package> cosmetic and programming application] %<package>\NeedsTeXFormat{LaTeX2e} @@ -16,6 +16,7 @@ % \whereisword % -Added suite of routines to support \capitalizetitle functionality % v1.20 -Added ability to encode/decode arbitrary tokens +% v1.21 -Added %, removing extra space (bug) from \whereisword \documentclass{ltxdoc} \usepackage{stringstrings} \DisableCrossrefs @@ -43,7 +44,7 @@ \title{The \stringstrings Package\\ \rule{0em}{0.7em}\small\fileinfo} \author{Steven B. Segletes\\ - steven@arl.army.mil} + steven.b.segletes.civ@mail.mil} \date{\filedate\\ \fileversion} \maketitle @@ -2522,7 +2523,7 @@ \edef\@@@@teststring{#2}% \edef\@matchstring{#3}% \@getstringlength{#2}{@@stringsize}% - \setcounter{@@@stringsize}{\value{@@stringsize}} + \setcounter{@@@stringsize}{\value{@@stringsize}}% \@getstringlength{#3}{@matchsize}% \setcounter{@matchmax}{\the@@stringsize}% \addtocounter{@matchmax}{-\the@matchsize}% diff --git a/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty b/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty index 5e40274e207..dd0e11ad375 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} -[2010/02/23 v1.20 +[2012/10/09 v1.21 Extensive array of string manipulation routines for cosmetic and programming application] \NeedsTeXFormat{LaTeX2e} @@ -801,7 +801,7 @@ \edef\@@@@teststring{#2}% \edef\@matchstring{#3}% \@getstringlength{#2}{@@stringsize}% - \setcounter{@@@stringsize}{\value{@@stringsize}} + \setcounter{@@@stringsize}{\value{@@stringsize}}% \@getstringlength{#3}{@matchsize}% \setcounter{@matchmax}{\the@@stringsize}% \addtocounter{@matchmax}{-\the@matchsize}% |