From 8dd5331b1c2612522ed62e8557f498650c1114e7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 24 Apr 2013 23:02:51 +0000 Subject: stringstrings (24apr13) git-svn-id: svn://tug.org/texlive/trunk@30093 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/stringstrings/stringstrings.pdf | Bin 435810 -> 436354 bytes .../source/latex/stringstrings/stringstrings.dtx | 21 ++++++++++++++++++--- .../tex/latex/stringstrings/stringstrings.sty | 6 +++--- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf b/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf index f6aaba3493e..39965b19565 100644 Binary files a/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf and b/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf differ diff --git a/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx b/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx index 52f9efb3ee0..6d9ffa57194 100644 --- a/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx +++ b/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx @@ -1,10 +1,22 @@ % \iffalse %\ProvidesPackage{stringstrings} -%[2012/10/09 v1.21 +%[2013/04/24 v1.22 % Extensive array of string manipulation routines for % cosmetic and programming application] %\NeedsTeXFormat{LaTeX2e} %<*driver> +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3c or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Steven B. Segletes. +% % v1.00 -Initial Release % v1.01 -Included support for & character, though it loses catcode 4 % status @@ -17,6 +29,7 @@ % -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 +% v1.22 -Added %, removing extra space (bug) from \getargs \documentclass{ltxdoc} \usepackage{stringstrings} \DisableCrossrefs @@ -581,6 +594,8 @@ % the |\capitalizetitle| command, the command % |\resetlcwords| \DescribeMacro{\resetlcwords} has been added to % allow the user to zero out the lower-case word list. +% (See newer \textsf{titlecaps} package as an alternative to this +% command.) % % The command |\reversestring| \DescribeMacro{\reversestring} reverses % the sequence of characters in a string, such that what started as @@ -2682,7 +2697,7 @@ % argi, argii, argiii, argiv, ETC. % v mode disabled \newcommand\getargs[2][q]{\+% - \if v#1\def\@mode{q}\else\def\@mode{#1}\fi + \if v#1\def\@mode{q}\else\def\@mode{#1}\fi% \edef\@argv{#2}% \@getstringlength{\@argv}{@stringsize}% \setcounter{@iargc}{0}% @@ -2693,7 +2708,7 @@ \removeword[e]{\@argv}% \edef\@argv{\thestring}% \@getstringlength{\@argv}{@stringsize}% - } + }% \edef\narg{\arabic{@iargc}}% \?} % \end{macrocode} diff --git a/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty b/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty index dd0e11ad375..00dc8f8d251 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} -[2012/10/09 v1.21 +[2013/04/24 v1.22 Extensive array of string manipulation routines for cosmetic and programming application] \NeedsTeXFormat{LaTeX2e} @@ -890,7 +890,7 @@ \?} \newcommand\getargs[2][q]{\+% - \if v#1\def\@mode{q}\else\def\@mode{#1}\fi + \if v#1\def\@mode{q}\else\def\@mode{#1}\fi% \edef\@argv{#2}% \@getstringlength{\@argv}{@stringsize}% \setcounter{@iargc}{0}% @@ -901,7 +901,7 @@ \removeword[e]{\@argv}% \edef\@argv{\thestring}% \@getstringlength{\@argv}{@stringsize}% - } + }% \edef\narg{\arabic{@iargc}}% \?} -- cgit v1.2.3