diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-03 21:06:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-03 21:06:04 +0000 |
commit | ff892823a632e971c51642936dc8abe9250556e1 (patch) | |
tree | d5906cdca73d0a3db8cc60039d2f72d9f2dab851 | |
parent | 30c0a7e937262deb33c9d2df7323349ab24cabb9 (diff) |
regexpatch (3may18)
git-svn-id: svn://tug.org/texlive/trunk@47601 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/regexpatch/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/regexpatch/regexpatch.pdf | bin | 465827 -> 533344 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/regexpatch/README b/Master/texmf-dist/doc/latex/regexpatch/README index f2a02196c9f..a6b0b7f792e 100644 --- a/Master/texmf-dist/doc/latex/regexpatch/README +++ b/Master/texmf-dist/doc/latex/regexpatch/README @@ -4,10 +4,9 @@ package and its sibling `xpatch' is that this package sports a very powerful `\regexpatchcmd' based on the `l3regex' module of LaTeX3 experimental packages. -In this version a function name has been fixed and loading -l3regex have been removed. +This version fixes a silly typo introduced in version 0.2c -This is version 0.2c of the package (a maintainance release) +This is version 0.2d of the package (a maintainance release) Copyright 2012-2018 Enrico Gregorio @@ -41,5 +40,5 @@ o move "regexpatch.sty" to locations where LaTeX will find it (the FAQ on CTAN in /help/uktug-FAQ gives more information about this magic place -2018/03/31 +2018/05/02 Enrico Gregorio diff --git a/Master/texmf-dist/doc/latex/regexpatch/regexpatch.pdf b/Master/texmf-dist/doc/latex/regexpatch/regexpatch.pdf Binary files differindex a85d5043929..fe376263f70 100644 --- a/Master/texmf-dist/doc/latex/regexpatch/regexpatch.pdf +++ b/Master/texmf-dist/doc/latex/regexpatch/regexpatch.pdf diff --git a/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx b/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx index 5582196a454..e7d5dabf6b2 100644 --- a/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx +++ b/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx @@ -25,7 +25,7 @@ \newcommand{\sv}{[\texttt{*}]} %</driver> %<*driver|package> -\GetIdInfo$Id: regexpatch.dtx 0.2c 2018-03-31 12:00:00Z Enrico $ +\GetIdInfo$Id: regexpatch.dtx 0.2d 2018-05-02 12:00:00Z Enrico $ {Extending etoolbox patching commands} %</driver|package> %<*driver> @@ -55,6 +55,7 @@ % % \maketitle % +% \changes{v0.2d}{2018/05/02}{Fixed silly typo} % \changes{v0.2c}{2018/03/31}{Removed loading of \texttt{l3regex}} % \changes{v0.2b}{2016/05/15}{Fix for removed function} % \changes{v0.2a}{2015/05/20}{Fixed silly mistake} @@ -1196,7 +1197,7 @@ { abx@macro@ \tl_to_str:n {#2} } {#3}{#4}{#5}{#6} } { - \xpatch_main)four:Ncnnnn \xpatch_patchcmd_once:Nnnnn + \xpatch_main_four:Ncnnnn \xpatch_patchcmd_once:Nnnnn { abx@macro@ \tl_to_str:n {#2} } {#3}{#4}{#5}{#6} } } diff --git a/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty b/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty index 8e61b7644f0..89ca7f9ef66 100644 --- a/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty +++ b/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty @@ -25,7 +25,7 @@ %% The released version of this bundle is available from CTAN. %% \RequirePackage{expl3} -\GetIdInfo$Id: regexpatch.dtx 0.2c 2018-03-31 12:00:00Z Enrico $ +\GetIdInfo$Id: regexpatch.dtx 0.2d 2018-05-02 12:00:00Z Enrico $ {Extending etoolbox patching commands} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -420,7 +420,7 @@ { abx@macro@ \tl_to_str:n {#2} } {#3}{#4}{#5}{#6} } { - \xpatch_main)four:Ncnnnn \xpatch_patchcmd_once:Nnnnn + \xpatch_main_four:Ncnnnn \xpatch_patchcmd_once:Nnnnn { abx@macro@ \tl_to_str:n {#2} } {#3}{#4}{#5}{#6} } } |