[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: simplify moving to xcolor (7ce8475)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sun Jul 31 15:31:38 CEST 2022
Repository : https://github.com/latex3/pdfresources
On branch : develop
Link : https://github.com/latex3/pdfresources/commit/7ce847591be2ea6747600ecf16358610c950e26e
>---------------------------------------------------------------
commit 7ce847591be2ea6747600ecf16358610c950e26e
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun Jul 31 15:31:38 2022 +0200
simplify moving to xcolor
>---------------------------------------------------------------
7ce847591be2ea6747600ecf16358610c950e26e
firstaid/xcolor-patches-tmp-ltx.sty | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/firstaid/xcolor-patches-tmp-ltx.sty b/firstaid/xcolor-patches-tmp-ltx.sty
index 57dd795..6db2f32 100644
--- a/firstaid/xcolor-patches-tmp-ltx.sty
+++ b/firstaid/xcolor-patches-tmp-ltx.sty
@@ -47,12 +47,13 @@
\cs_generate_variant:Nn \color_set:nn {ne}
\tl_new:N\l__pdfmanagement_firstaid_tmpa_tl
% the color name should be sanitized to avoid problems with e.g. french making ! active
-\cs_new_protected:Npn \@expl at xcolor@set@@ne #1 #2
+\cs_new_protected:Npn \__pdfmanagement_firstaid_xcolor_set:nn #1 #2
{
\XC at edef\l__pdfmanagement_firstaid_tmpa_tl{#2}
\exp_args:NV \__color_if_defined:nT \l__pdfmanagement_firstaid_tmpa_tl
{ \color_set:ne {#1}{\l__pdfmanagement_firstaid_tmpa_tl} }
}
+\cs_set_eq:NN \@expl at xcolor@set@@ne \__pdfmanagement_firstaid_xcolor_set:nn
\ExplSyntaxOff
\endinput
More information about the latex3-commits
mailing list.