[latex3-commits] [git/LaTeX3-latex3-hyperref] cleanup-patches: add some support for showkeys for Ref (71ac05e)

Ulrike Fischer fischer at troubleshooting-tex.de
Mon Apr 11 12:55:30 CEST 2022


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

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

commit 71ac05e0afe0d800952bddeb0d32a14340b04497
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Apr 11 12:55:30 2022 +0200

    add some support for showkeys for Ref


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

71ac05e0afe0d800952bddeb0d32a14340b04497
 nameref.dtx | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/nameref.dtx b/nameref.dtx
index 9903dea..78c83a1 100644
--- a/nameref.dtx
+++ b/nameref.dtx
@@ -645,6 +645,16 @@
     }%
 %    \end{macrocode}
 %    \end{macro}
+%    \begin{macro}{\T at Ref}%    
+%    \begin{macrocode}
+    \def\T at Ref#1{%
+      \@safe at activestrue
+      \SK@\SK@@ref{#1}%
+      \@safe at activesfalse
+      \NR at setref{#1}\NR at MakeUppercaseFirstOfFive{#1}%
+    }%
+%    \end{macrocode}
+%    \end{macro}
 %    \begin{macrocode}
   \fi
 \fi





More information about the latex3-commits mailing list.