summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/zref-vario
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-08-16 03:00:51 +0000
committerNorbert Preining <norbert@preining.info>2023-08-16 03:00:51 +0000
commitd10719e48fc5cd329e6333041ef31d868fafbdcc (patch)
tree8f1b97fae0646e68f502c0794120636e3f5170a6 /macros/latex/contrib/zref-vario
parent3593305133bcfb167225af1b35c299bde1456579 (diff)
CTAN sync 202308160300
Diffstat (limited to 'macros/latex/contrib/zref-vario')
-rw-r--r--macros/latex/contrib/zref-vario/CHANGELOG.md11
-rw-r--r--macros/latex/contrib/zref-vario/zref-vario-code.pdfbin649972 -> 649524 bytes
-rw-r--r--macros/latex/contrib/zref-vario/zref-vario-doc.pdfbin149965 -> 149693 bytes
-rw-r--r--macros/latex/contrib/zref-vario/zref-vario-doc.tex10
-rw-r--r--macros/latex/contrib/zref-vario/zref-vario.dtx15
5 files changed, 19 insertions, 17 deletions
diff --git a/macros/latex/contrib/zref-vario/CHANGELOG.md b/macros/latex/contrib/zref-vario/CHANGELOG.md
index 876440be3e..ac681c2740 100644
--- a/macros/latex/contrib/zref-vario/CHANGELOG.md
+++ b/macros/latex/contrib/zref-vario/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
-## [Unreleased](https://github.com/gusbrs/zref-vario/compare/v0.1.8...HEAD)
+## [Unreleased](https://github.com/gusbrs/zref-vario/compare/v0.1.9...HEAD)
+
+## [v0.1.9](https://github.com/gusbrs/zref-vario/compare/v0.1.8...v0.1.9) (2023-08-15)
+
+### Changed
+- `zref-vario` no longer delays the loading of `varioref`. So there's no
+ longer need to load the latter separately but, on the other hand,
+ `zref-vario` becomes subject to the same load order restrictions as
+ `varioref`.
+- Use `\label` instead of `\zlabel` in regression tests.
## [v0.1.8](https://github.com/gusbrs/zref-vario/compare/v0.1.7...v0.1.8) (2023-06-14)
diff --git a/macros/latex/contrib/zref-vario/zref-vario-code.pdf b/macros/latex/contrib/zref-vario/zref-vario-code.pdf
index b035eabb67..a27a211487 100644
--- a/macros/latex/contrib/zref-vario/zref-vario-code.pdf
+++ b/macros/latex/contrib/zref-vario/zref-vario-code.pdf
Binary files differ
diff --git a/macros/latex/contrib/zref-vario/zref-vario-doc.pdf b/macros/latex/contrib/zref-vario/zref-vario-doc.pdf
index 0119708112..df0b0813a2 100644
--- a/macros/latex/contrib/zref-vario/zref-vario-doc.pdf
+++ b/macros/latex/contrib/zref-vario/zref-vario-doc.pdf
Binary files differ
diff --git a/macros/latex/contrib/zref-vario/zref-vario-doc.tex b/macros/latex/contrib/zref-vario/zref-vario-doc.tex
index 0923b299ae..0adfee69b2 100644
--- a/macros/latex/contrib/zref-vario/zref-vario-doc.tex
+++ b/macros/latex/contrib/zref-vario/zref-vario-doc.tex
@@ -139,11 +139,9 @@ As usual:
\usepackage{zref-vario}
\end{zvexample}
-\pkg{zref-vario} loads \pkg{zref-clever}, and will load \pkg{varioref} at
-\texttt{begindocument/before}, if it hasn't already been loaded. However,
-considering \pkg{varioref} has known load order interaction with other
-packages, prominently with \pkg{hyperref}, you may wish to load it explicitly
-to ensure its load order requirements are met.
+\pkg{zref-vario} requires \pkg{zref-clever} and \pkg{varioref}. As a result,
+\pkg{zref-vario} is subject to the same load order requirements as
+\pkg{varioref}, prominently in relation to \pkg{hyperref}.
\section{Package options}
@@ -345,6 +343,8 @@ generously provided by (in chronological order):
% 2023-01-02: https://github.com/gusbrs/zref-vario/issues/1
Ulrike Fischer,
% 2023-01-02: https://tex.stackexchange.com/q/670399 (comments)
+ % 2023-08-04: https://chat.stackexchange.com/transcript/message/64125129#64125129
+ % and following discussion.
David Carlisle,
% 2023-01-02: https://chat.stackexchange.com/transcript/message/62684358#62684358
% and following discussion.
diff --git a/macros/latex/contrib/zref-vario/zref-vario.dtx b/macros/latex/contrib/zref-vario/zref-vario.dtx
index e029af643c..0be32b12bf 100644
--- a/macros/latex/contrib/zref-vario/zref-vario.dtx
+++ b/macros/latex/contrib/zref-vario/zref-vario.dtx
@@ -133,24 +133,17 @@
%
% Identify the package.
% \begin{macrocode}
-\ProvidesExplPackage {zref-vario} {2023-06-14} {0.1.8}
+\ProvidesExplPackage {zref-vario} {2023-08-15} {0.1.9}
{Extended LaTeX page cross-references with varioref and zref-clever}
% \end{macrocode}
%
%
-% Required packages. The loading of \pkg{varioref} is delayed until
-% \texttt{begindocument/before} since it has potential load order issues
-% (e.g.\ with \pkg{hyperref}) so, ideally, it should be explicitly loaded by
-% the user (and the manual recommends it). But we do it, if it hasn't been
-% done.
-%
-% Note that \pkg{zref-clever} \texttt{v0.2.0-alpha}, from 2022-01-28, requires
-% a kernel 2021-11-15 or newer.
+% Required packages. Note that \pkg{zref-clever} \texttt{v0.2.0-alpha}, from
+% 2022-01-28, requires a kernel 2021-11-15 or newer.
%
% \begin{macrocode}
\RequirePackage { zref-clever } [ 2022-01-28 ] % v0.2.0-alpha
-\AddToHook { begindocument/before }
- { \RequirePackage { varioref } }
+\RequirePackage { varioref }
% \end{macrocode}
%
% Also note that, contrary to \pkg{zref-clever}, \pkg{zref-vario} is