texlive[57097] Master/texmf-dist: stringstrings (7dec20)

commits+karl at tug.org commits+karl at tug.org
Tue Dec 8 23:04:13 CET 2020


Revision: 57097
          http://tug.org/svn/texlive?view=revision&revision=57097
Author:   karl
Date:     2020-12-08 23:04:13 +0100 (Tue, 08 Dec 2020)
Log Message:
-----------
stringstrings (7dec20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf
    trunk/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx
    trunk/Master/texmf-dist/source/latex/stringstrings/stringstrings.ins
    trunk/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty

Modified: trunk/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx	2020-12-08 22:04:00 UTC (rev 57096)
+++ trunk/Master/texmf-dist/source/latex/stringstrings/stringstrings.dtx	2020-12-08 22:04:13 UTC (rev 57097)
@@ -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}

Modified: trunk/Master/texmf-dist/source/latex/stringstrings/stringstrings.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/stringstrings/stringstrings.ins	2020-12-08 22:04:00 UTC (rev 57096)
+++ trunk/Master/texmf-dist/source/latex/stringstrings/stringstrings.ins	2020-12-08 22:04:13 UTC (rev 57097)
@@ -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

Modified: trunk/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty	2020-12-08 22:04:00 UTC (rev 57096)
+++ trunk/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty	2020-12-08 22:04:13 UTC (rev 57097)
@@ -21,7 +21,7 @@
 %% same distribution. (The sources need not necessarily be
 %% in the same archive or directory.)
 \ProvidesPackage{stringstrings}
-[2015/02/02 v1.23
+[2020/12/08 v1.24
  Extensive array of string manipulation routines for
  cosmetic and programming application]
 \NeedsTeXFormat{LaTeX2e}
@@ -939,7 +939,7 @@
     \fi
   \else
     \if \thestring#3\global\matchingchartrue\else\global\matchingcharfalse\fi
-  \fi}
+  \fi}%
 \?}
 
 \newif\ifcapitalized



More information about the tex-live-commits mailing list.