diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/stringstrings')
-rw-r--r-- | Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx b/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx index 4e9c0f00b4b..ef01f83c320 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/04/07 v1.01 +%<package>[2008/07/30 v1.02 %<package> Extensive array of string manipulation routines for %<package> cosmetic and programming application] %<package>\NeedsTeXFormat{LaTeX2e} @@ -8,6 +8,7 @@ % v1.00 -Initial Release % v1.01 -Included support for & character, though it loses catcode 4 % status +% v1.02 -Bug fix. Needed some % chars in \convertchar to avoid extra spaces \documentclass{ltxdoc} \usepackage{stringstrings} \DisableCrossrefs @@ -1934,11 +1935,11 @@ % AN ENCODABLE SYMBOL. \newcommand\convertchar[4][v]{% \+% - \edef\encodedstring{#2} + \edef\encodedstring{#2}% \edef\encodedfromarg{#3}% \edef\encodedtoarg{#4}% \?% - \isnextbyte[q]{\EscapeChar}{\encodedfromarg} + \isnextbyte[q]{\EscapeChar}{\encodedfromarg}% \if F\theresult% % PLAIN "FROM" ARGUMENT \@convertbytetostring[#1]{\encodedstring}{#3}{\encodedtoarg}% |