diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx | 21 |
1 files changed, 18 insertions, 3 deletions
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 %<package>\ProvidesPackage{stringstrings} -%<package>[2012/10/09 v1.21 +%<package>[2013/04/24 v1.22 %<package> Extensive array of string manipulation routines for %<package> cosmetic and programming application] %<package>\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} |