[latex3-commits] [git/LaTeX3-latex3-pdfresources] reworking-annot: correct @@ syntax (d3a9d35)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Jan 19 23:01:02 CET 2021


Repository : https://github.com/latex3/pdfresources
On branch  : reworking-annot
Link       : https://github.com/latex3/pdfresources/commit/d3a9d35d2947d3a32a1b062cbab3f1cb7384b796

>---------------------------------------------------------------

commit d3a9d35d2947d3a32a1b062cbab3f1cb7384b796
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Jan 19 23:01:02 2021 +0100

    correct @@ syntax


>---------------------------------------------------------------

d3a9d35d2947d3a32a1b062cbab3f1cb7384b796
 hyperref-generic.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hyperref-generic.dtx b/hyperref-generic.dtx
index 6feb45c..b1f9985 100644
--- a/hyperref-generic.dtx
+++ b/hyperref-generic.dtx
@@ -411,16 +411,16 @@
 %    \begin{macrocode}
 \RequirePackage{l3color}
 \ExplSyntaxOn
-\cs_gset_eq:NN \@expl at color@set@@nnn \color_set:nnn
+\cs_gset_eq:NN \@expl at color@set@@@@nnn \color_set:nnn
 \ExplSyntaxOff
 \@ifpackageloaded{xcolor}{\@firstoftwo}{\@secondoftwo}
   {
     \RequirePackage{xcolor-patches-tmp}
-    \XC@@names
+    \XC@@@@names
   }
   {
     \AddToHook{package/after/xcolor}
-      {\RequirePackage{xcolor-patches-tmp}\XC@@names}
+      {\RequirePackage{xcolor-patches-tmp}\XC@@@@names}
   }
 %    \end{macrocode}
 %





More information about the latex3-commits mailing list.