[latex3-commits] [git/LaTeX3-latex3-hyperref] testnewkeyval: correct errors (7643246)

Ulrike Fischer fischer at troubleshooting-tex.de
Thu Jul 7 00:51:02 CEST 2022


Repository : https://github.com/latex3/hyperref
On branch  : testnewkeyval
Link       : https://github.com/latex3/hyperref/commit/76432460621c65926a6e6df6fcbe1e1851a86f10

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

commit 76432460621c65926a6e6df6fcbe1e1851a86f10
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Jul 7 00:51:02 2022 +0200

    correct errors


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

76432460621c65926a6e6df6fcbe1e1851a86f10
 hyperref.dtx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/hyperref.dtx b/hyperref.dtx
index c6e0745..8f39eba 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -5713,8 +5713,8 @@
 \DeclareKeys
   {
     ,pagebackref .choice:
-    ,pagebackref / true .code:n = {\SetKeys[hyperref]{backref=page}
-    ,pagebackref / false .code:n = {\SetKeys[hyperref]{backref=false}
+    ,pagebackref / true .code:n = {\SetKeys[hyperref]{backref=page}}
+    ,pagebackref / false .code:n = {\SetKeys[hyperref]{backref=false}}
     ,pagebackref .default:n = true
     ,pagebackref .usage:n = load
   }
@@ -5741,7 +5741,7 @@
 
 \DeclareKeys
   {
-    ,encap .tl_set:n  = \HyInd at EncapChar
+    ,encap .tl_set:N  = \HyInd at EncapChar
     ,encap .initial:n = \|
   }
 
@@ -6338,7 +6338,7 @@
   }
 \newcommand \Hy at activate@plainlinks
   {%
-    \def\Hy at colorlink##1{\begingroup##1}%
+    \def\Hy at colorlink##1{\begingroup}%
     \def\Hy at endcolorlink{\endgroup}%
   }
 \newcommand \Hy at activate@hidelinks
@@ -6349,7 +6349,7 @@
   }
 \newcommand \Hy at activate@frenchlinks
  {%
-   \def\Hy at colorlink#1{\begingroup\fontshape{\scdefault}\selectfont}%
+   \def\Hy at colorlink##1{\begingroup\fontshape{\scdefault}\selectfont}%
    \def\Hy at endcolorlink{\endgroup}%
  }
 \define at key{Hyp}{colorlinks}[true]{%





More information about the latex3-commits mailing list.