diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-26 21:29:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-26 21:29:18 +0000 |
commit | 10621b7416ef227ffbb055079e7358fb4d2ebd6f (patch) | |
tree | 0399b9d95bf4bbd2045285b224394fbadf62d641 /Master/texmf-dist/tex | |
parent | 99308af4895b0e2695533e27d1dd565e81c61583 (diff) |
xpatch (26mar20)
git-svn-id: svn://tug.org/texlive/trunk@54563 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/xpatch/xpatch.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/xpatch/xpatch.sty b/Master/texmf-dist/tex/latex/xpatch/xpatch.sty index 818e802ef43..bec5455292f 100644 --- a/Master/texmf-dist/tex/latex/xpatch/xpatch.sty +++ b/Master/texmf-dist/tex/latex/xpatch/xpatch.sty @@ -9,7 +9,7 @@ %% Do not distribute this file without also distributing the %% source files specified above. %% -%% File: xpatch.dtx (C) Copyright 2012 Enrico Gregorio +%% File: xpatch.dtx (C) Copyright 2012-2020 Enrico Gregorio %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -24,7 +24,7 @@ %% The released version of this bundle is available from CTAN. %% \RequirePackage{expl3} -\GetIdInfo$Id: xpatch.dtx 0.3 2012-10-02 12:00:00Z Enrico $ +\GetIdInfo$Id: xpatch.dtx 0.3a 2020-03-25 12:00:00Z Enrico $ {Extending etoolbox patching commands} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -53,7 +53,7 @@ \bool_set_false:N \l__xpatch_protect_bool \tl_set:Nx \l__xpatch_name_tl { \cs_to_str:N #2 } \tl_set:Nx \l__xpatch_repl_tl - { \c__xpatch_bizarre_tl \token_get_replacement_spec:N #2 } + { \c__xpatch_bizarre_tl \cs_replacement_spec:N #2 } \tl_if_in:NxT \l__xpatch_repl_tl { \c__xpatch_bizarre_tl @@ -107,7 +107,7 @@ { \tl_set:Nx \l__xpatch_repl_tl { \c__xpatch_bizarre_tl - \exp_after:wN \token_get_replacement_spec:N + \exp_after:wN \cs_replacement_spec:N \cs:w \l__xpatch_name_tl \cs_end: } \tl_if_in:NxT \l__xpatch_repl_tl { |