[latex3-commits] [git/LaTeX3-latex3-hyperref] master: prepare package for new doc.sty (9a1e791)

Ulrike Fischer fischer at troubleshooting-tex.de
Fri Feb 5 10:50:52 CET 2021


Repository : https://github.com/latex3/hyperref
On branch  : master
Link       : https://github.com/latex3/hyperref/commit/9a1e79152623f07eed6b37d0182a945115ee3078

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

commit 9a1e79152623f07eed6b37d0182a945115ee3078
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri Feb 5 10:50:52 2021 +0100

    prepare package for new doc.sty


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

9a1e79152623f07eed6b37d0182a945115ee3078
 backref.dtx  | 3 ++-
 hyperref.dtx | 5 +++--
 nameref.dtx  | 3 ++-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/backref.dtx b/backref.dtx
index c074704..343fcc2 100644
--- a/backref.dtx
+++ b/backref.dtx
@@ -32,12 +32,13 @@
 %<driver>\ProvidesFile{backref.drv}
 % \fi
 % \ProvidesFile{backref.dtx}
-  [2020/01/14 v1.40 Bibliographical back referencing]%
+  [2021/02/04 v1.41 Bibliographical back referencing]%
 %
 % \CheckSum{768}
 %
 % \iffalse
 %<*driver>
+\PassOptionsToPackage{numbered}{hypdoc}
 \documentclass{ltxdoc}
 \usepackage[numbered]{hypdoc}
 \usepackage{bmhydoc}
diff --git a/hyperref.dtx b/hyperref.dtx
index 2fa952d..48b54ee 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -92,6 +92,7 @@
 %<psdextra>  Hyperref: Additions to PDF string support]
 %<lang> Hyperref: patches for babel languages]
 %<*driver>
+\PassOptionsToPackage{numbered}{hypdoc}
 \documentclass{ltxdoc}
 \usepackage{array,iftex}
 \iftutex
@@ -1964,7 +1965,7 @@
     \catcode62 \the\catcode62\relax % >
     \catcode64 \the\catcode64\relax % @
     \catcode91 \the\catcode91\relax % [
-    \catcode92 \the\catcode92\relax % \
+    \catcode92 \the\catcode92\relax % (backslash)
     \catcode93 \the\catcode93\relax % ]
     \catcode123 \the\catcode123\relax % {
     \catcode124 \the\catcode124\relax % |
@@ -1984,7 +1985,7 @@
   \catcode61 12 % =
   \catcode62 12 % >
   \catcode91 12 % [
-  \catcode92 0 % \
+  \catcode92 0 % (backslash)
   \catcode93 12 % ]
   \catcode123 1 % {
   \catcode124 12 % |
diff --git a/nameref.dtx b/nameref.dtx
index f6ea1c8..fd82ac8 100644
--- a/nameref.dtx
+++ b/nameref.dtx
@@ -33,11 +33,12 @@
 %<driver>\ProvidesFile{nameref.drv}
 % \fi
 % \ProvidesFile{nameref.dtx}
-  [2019/09/16 v2.46 Cross-referencing by name of section]%
+  [2021-04-02 v2.47 Cross-referencing by name of section]%
 %
 %
 % \iffalse
 %<*driver>
+\PassOptionsToPackage{numbered}{hypdoc}
 \documentclass{ltxdoc}
 \usepackage[numbered]{hypdoc}
 \usepackage{bmhydoc}





More information about the latex3-commits mailing list.