summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-05-28 20:21:04 +0000
committerKarl Berry <karl@freefriends.org>2022-05-28 20:21:04 +0000
commit92fb6a7b05ab3758893224d3473dfc4eb6f35e6c (patch)
tree780963801cf3f67ca6d8f7e28b3a7ee6e23be213 /Master/texmf-dist/source
parent5dc49a8a49d86d52c976d9eec3d0d70fc62372f6 (diff)
zref-clever (28may22)
git-svn-id: svn://tug.org/texlive/trunk@63428 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/zref-clever/zref-clever.dtx8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/zref-clever/zref-clever.dtx b/Master/texmf-dist/source/latex/zref-clever/zref-clever.dtx
index 79eb3dd2852..e0d04a1264c 100644
--- a/Master/texmf-dist/source/latex/zref-clever/zref-clever.dtx
+++ b/Master/texmf-dist/source/latex/zref-clever/zref-clever.dtx
@@ -165,7 +165,7 @@
%
% Identify the package.
% \begin{macrocode}
-\ProvidesExplPackage {zref-clever} {2022-04-22} {0.3.0}
+\ProvidesExplPackage {zref-clever} {2022-05-28} {0.3.1}
{Clever LaTeX cross-references based on zref}
% \end{macrocode}
%
@@ -7979,8 +7979,10 @@
% actually responsible for setting the labels inside \pkg{amsmath}'s math
% environments. And, after that, redefine it to be \cs{@@_ltxlabel:n}
% instead. We must handle \pkg{hyperref} here, which comes very late in the
-% preamble, and which loads \pkg{nameref} at \texttt{begindocument}, which in
-% turn, lets \cs{ltx@label} be \cs{label}. This has to come after
+% preamble, and which loads \pkg{nameref} at \texttt{begindocument} (though
+% this has changed recently 2022-05-16, see
+% \url{https://github.com/latex3/hyperref/commit/a011ba9308a1b047dc151796de557da0bb22abaa}),
+% which in turn, lets \cs{ltx@label} be \cs{label}. This has to come after
% \pkg{nameref}. Other classes packages also redefine \cs{ltx@label}, which
% may cause some trouble. A \texttt{grep} on \texttt{texmf-dist} returns hits
% for: \file{thm-restate.sty}, \file{smartref.sty}, \file{jmlrbook.cls},