diff options
author | Karl Berry <karl@freefriends.org> | 2020-12-08 22:04:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-12-08 22:04:13 +0000 |
commit | aed1181dbd8c3dbcc38758e26eecea1bf39b1a22 (patch) | |
tree | c615133d74bb2c61fdba226e18effca54997993f /Master/texmf-dist/source/latex/stringstrings | |
parent | cea7c4c3d359a256aa7bc50d314b8246662fa203 (diff) |
stringstrings (7dec20)
git-svn-id: svn://tug.org/texlive/trunk@57097 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/stringstrings')
-rw-r--r-- | Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx | 5 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/stringstrings/stringstrings.ins | 12 |
2 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx b/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx index 24baeeda9c6..ec813d08a06 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>[2015/02/02 v1.23 +%<package>[2020/12/08 v1.24 %<package> Extensive array of string manipulation routines for %<package> cosmetic and programming application] %<package>\NeedsTeXFormat{LaTeX2e} @@ -33,6 +33,7 @@ % v1.23 -Changed {~} to {\ } in \retokenizechar % -Forced all stringtest commands to function outside of math mode % which will give correct result, when invoked within math mode. +% V1.24 -Added %, removing extra space (bug) from \testmatchingchar \documentclass{ltxdoc} \usepackage{stringstrings} \DisableCrossrefs @@ -2841,7 +2842,7 @@ % character. % \begin{macrocode} \if \thestring#3\global\matchingchartrue\else\global\matchingcharfalse\fi - \fi} + \fi}% \?} % \end{macrocode} % \end{macro} 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
|