[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: fix citecolor expansion (b12de73)
Ulrike Fischer
fischer at troubleshooting-tex.de
Tue Mar 23 09:52:32 CET 2021
Repository : https://github.com/latex3/pdfresources
On branch : develop
Link : https://github.com/latex3/pdfresources/commit/b12de73b0fffeaedd82c37964df82892debb5558
>---------------------------------------------------------------
commit b12de73b0fffeaedd82c37964df82892debb5558
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Mar 23 09:52:32 2021 +0100
fix citecolor expansion
>---------------------------------------------------------------
b12de73b0fffeaedd82c37964df82892debb5558
hyperref-generic.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hyperref-generic.dtx b/hyperref-generic.dtx
index 0b5727e..1c5d46e 100644
--- a/hyperref-generic.dtx
+++ b/hyperref-generic.dtx
@@ -1357,9 +1357,9 @@
\color_set:nn {hyp/color/citeborder}{hyp/color/cite!60!white}
\keys_define:nn { hyp / setup }
{
- ,citecolor .code:n = {\@@_color_set:nn {hyp/color/cite}{#1}}
+ ,citecolor .code:n = {\@@_color_set:ne {hyp/color/cite}{#1}}
,citebordercolor
- .code:n = {\@@_color_set:nn {hyp/color/citeborder}{#1}}
+ .code:n = {\@@_color_set:ne {hyp/color/citeborder}{#1}}
}
\hook_gput_code:nnn { hyp/link/cite }{hyp/cite}
{
More information about the latex3-commits
mailing list.