[latex3-commits] [git/LaTeX3-latex3-hyperref] cleanup-patches: correct nopatch command, issue #258 (f1cda32)

Ulrike Fischer fischer at troubleshooting-tex.de
Sun Nov 13 16:26:53 CET 2022


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

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

commit f1cda32a6f4307c78996b0968289e071ed0ef82c
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sun Nov 13 16:26:53 2022 +0100

    correct nopatch command, issue #258


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

f1cda32a6f4307c78996b0968289e071ed0ef82c
 ChangeLog.txt | 2 ++
 nameref.dtx   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.txt b/ChangeLog.txt
index 9319cf1..06a26cd 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,6 +1,8 @@
 2022-XX-XX Ulrike Fischer/David Carlisle
     * don't set the pagesize if \mag is different from 1000, see issue #1138 in latex3.
     * avoid error from old labels if hyperref is loaded, issue #261
+    * fixed issue #260
+    * fixed a nopatch command, issue #258
     
 2022-09-22 Ulrike Fischer/David Carlisle
     * adapt setpagesize option to changes in LaTeX (stockwidth is always defined)
diff --git a/nameref.dtx b/nameref.dtx
index 0c2c3b9..e2b9624 100644
--- a/nameref.dtx
+++ b/nameref.dtx
@@ -535,7 +535,7 @@
 %    \begin{macrocode}
   \ltx at IfUndefined{descriptionlabel}{%
   }{%
-    \@ifundefined{NR at nopatch@longtable}
+    \@ifundefined{NR at nopatch@lists}
      {\let\NRorg at descriptionlabel\descriptionlabel
       \def\descriptionlabel#1{%
        \NR at gettitle{#1}%





More information about the latex3-commits mailing list.