[latex3-commits] [git/LaTeX3-latex3-hyperref] cleanup-patches: unify nameref and hyperref naming (b00469d)

Ulrike Fischer fischer at troubleshooting-tex.de
Mon Apr 11 16:48:45 CEST 2022


Repository : https://github.com/latex3/hyperref
On branch  : cleanup-patches
Link       : https://github.com/latex3/hyperref/commit/b00469da487655b3684784ba8170ae987a62edea

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

commit b00469da487655b3684784ba8170ae987a62edea
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Apr 11 16:48:45 2022 +0200

    unify nameref and hyperref naming


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

b00469da487655b3684784ba8170ae987a62edea
 hyperref.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hyperref.dtx b/hyperref.dtx
index 7700e9c..2dc4bf0 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -7340,15 +7340,15 @@
       \@ifstar\@namerefstar\T at nameref
   }%
   \DeclareRobustCommand*{\Ref}{%
-  \@ifstar\@Refstar\HyRef at Ref
+  \@ifstar\@Refstar\T at Ref
   }%
  \ifHy at implicit
+   \let \T at Ref\HyRef at Ref
  \else
    \let \@pagerefstar\T at pageref
    \let \@refstar\T at ref
    \let \@namerefstar\T at nameref
    \let \@Refstar\T at Ref
-   \let \HyRef at Ref\T at Ref
  \fi
 }
 \Hy at AtBeginDocument{%





More information about the latex3-commits mailing list.