[latex3-commits] [latex3/hyperref] develop, main: step version (1f8823a)

github at latex-project.org github at latex-project.org
Wed Jul 10 12:45:44 CEST 2024


Repository : https://github.com/latex3/hyperref
On branches: develop,main
Link       : https://github.com/latex3/hyperref/commit/1f8823a4a9a731439995ddcabe00e88d9443da8f

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

commit 1f8823a4a9a731439995ddcabe00e88d9443da8f
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Wed Jul 10 12:45:44 2024 +0200

    step version


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

1f8823a4a9a731439995ddcabe00e88d9443da8f
 ChangeLog.txt           | 4 ++++
 README.md               | 2 +-
 doc/hyperref-doc.tex    | 2 +-
 hluatex.dtx             | 4 ++--
 hyperref-linktarget.dtx | 2 +-
 hyperref-patches.dtx    | 2 +-
 hyperref.dtx            | 5 ++++-
 xr-hyper.dtx            | 2 +-
 8 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/ChangeLog.txt b/ChangeLog.txt
index 0becf1f..3d66fac 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,7 @@
+2024-07-102 Ulrike Fischer
+	* hyperref.dtx: define \HyOrg at addtoreset always for cleveref
+	 compability with tagging code, see https://github.com/latex3/tagging-project/issues/2
+
 2024-06-02 Ulrike Fischer
 	* hyperref.dtx: enable use of onmousedown and onmouseup, issue #342
 
diff --git a/README.md b/README.md
index 7161209..335fb1f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # README for hyperref bundle
 
-Version 2024-05-23 v7.01i
+Version 2024-07-10 v7.01j
 
 ## INTRODUCTION
 
diff --git a/doc/hyperref-doc.tex b/doc/hyperref-doc.tex
index 55b0476..2f4ff93 100644
--- a/doc/hyperref-doc.tex
+++ b/doc/hyperref-doc.tex
@@ -166,7 +166,7 @@
 }
 \makeatother
 \title{Hypertext marks in \hologo{LaTeX}: a manual for \xpackage{hyperref}}
-\date{2024-05-23 v7.01i}
+\date{2024-07-10 v7.01j}
 
 \begin{document}
 
diff --git a/hluatex.dtx b/hluatex.dtx
index 8a90953..20a2f3a 100644
--- a/hluatex.dtx
+++ b/hluatex.dtx
@@ -1,6 +1,6 @@
 % \iffalse
 % Source File: hluatex.dtx
-% 2024-05-23 v7.01i
+% 2024-07-10 v7.01j
 %
 % Copyright
 % 2016-2019 Oberdiek Package Support Group
@@ -31,7 +31,7 @@
 %
 %    \begin{macrocode}
 %<*luatex>
-%% 2024-05-23 v7.01i
+%% 2024-07-10 v7.01j
 %% force unicode encoding, see issue #101
 %% code mostly copied from hxetex.def
 \HyPsd at LoadUnicode
diff --git a/hyperref-linktarget.dtx b/hyperref-linktarget.dtx
index c35b68d..874a492 100644
--- a/hyperref-linktarget.dtx
+++ b/hyperref-linktarget.dtx
@@ -53,7 +53,7 @@
 %    }^^A
 % }
 %
-% \date{Version 2024-05-23 v7.01i}
+% \date{Version 2024-07-10 v7.01j}
 %
 % \maketitle
 % \begin{documentation}
diff --git a/hyperref-patches.dtx b/hyperref-patches.dtx
index c9ffbf1..ac4bac4 100644
--- a/hyperref-patches.dtx
+++ b/hyperref-patches.dtx
@@ -55,7 +55,7 @@
 %    }^^A
 % }
 %
-% \date{Version 2024-05-23 v7.01i}
+% \date{Version 2024-07-10 v7.01j}
 %
 % \maketitle
 % \begin{documentation}
diff --git a/hyperref.dtx b/hyperref.dtx
index 98e776e..80cef9b 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -51,7 +51,7 @@
 %<puvnenc>\ProvidesFile{puvnenc.def}
 %<puarenc>\ProvidesFile{puarenc.def}
 %<psdextra>\ProvidesFile{psdextra.def}
-%<!none&!packageEnd>  [2024-05-23 v7.01i %
+%<!none&!packageEnd>  [2024-07-10 v7.01j %
 %<package>  Hypertext links for LaTeX]
 %<nohyperref>  Dummy hyperref (SR)]
 %<driver>  Hyperref documentation driver file]
@@ -12103,7 +12103,10 @@
 %    the hyperref version of the counter print command
 %    \cs{theHcounter} is redefined in order to add the
 %    parent counter.
+% change 2024-07-10: define |\HyOrg at addtoreset| always for cleveref
+% compability with tagging code, see https://github.com/latex3/tagging-project/issues/2
 %    \begin{macrocode}
+\def\HyOrg at addtoreset#1#2{\expandafter\@cons\csname cl@#2\endcsname {{#1}}}
 \@ifundefined{hyper at nopatch@counter}
   {
    \let\HyOrg at addtoreset\@addtoreset
diff --git a/xr-hyper.dtx b/xr-hyper.dtx
index aced2ac..f7b3907 100644
--- a/xr-hyper.dtx
+++ b/xr-hyper.dtx
@@ -26,7 +26,7 @@
 %
 %<package>\NeedsTeXFormat{LaTeX2e}
 %<package>\ProvidesPackage{xr-hyper}
-%<package>         [2024-05-23 v7.01i eXternal References (DPC)]
+%<package>         [2024-07-10 v7.01j eXternal References (DPC)]
 %
 %<*driver>
 \documentclass{l3doc}





More information about the latex3-commits mailing list.