summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-08-16 19:45:16 +0000
committerKarl Berry <karl@freefriends.org>2023-08-16 19:45:16 +0000
commitffc4a9517e8fdfc1a2f7fa056893b8ce81bcd493 (patch)
tree9a87892172b80c1373cb3f361e5688be75709fb0
parentc71820b87c2194dfff8fab115f4053fdc9dce7d5 (diff)
zref-vario (16aug23)
git-svn-id: svn://tug.org/texlive/trunk@67949 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/zref-vario/CHANGELOG.md11
-rw-r--r--Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.pdfbin649972 -> 649524 bytes
-rw-r--r--Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.pdfbin149965 -> 149693 bytes
-rw-r--r--Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.tex10
-rw-r--r--Master/texmf-dist/source/latex/zref-vario/zref-vario.dtx15
-rw-r--r--Master/texmf-dist/tex/latex/zref-vario/zref-vario.sty5
6 files changed, 21 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/zref-vario/CHANGELOG.md b/Master/texmf-dist/doc/latex/zref-vario/CHANGELOG.md
index 876440be3e4..ac681c2740c 100644
--- a/Master/texmf-dist/doc/latex/zref-vario/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.pdf b/Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.pdf
index b035eabb679..a27a2114874 100644
--- a/Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.pdf
+++ b/Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.pdf b/Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.pdf
index 01197081121..df0b0813a29 100644
--- a/Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.pdf
+++ b/Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.tex b/Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.tex
index 0923b299ae4..0adfee69b29 100644
--- a/Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.tex
+++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/source/latex/zref-vario/zref-vario.dtx b/Master/texmf-dist/source/latex/zref-vario/zref-vario.dtx
index e029af643c8..0be32b12bf8 100644
--- a/Master/texmf-dist/source/latex/zref-vario/zref-vario.dtx
+++ b/Master/texmf-dist/source/latex/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
diff --git a/Master/texmf-dist/tex/latex/zref-vario/zref-vario.sty b/Master/texmf-dist/tex/latex/zref-vario/zref-vario.sty
index a185ad25c0d..3ecd5db6772 100644
--- a/Master/texmf-dist/tex/latex/zref-vario/zref-vario.sty
+++ b/Master/texmf-dist/tex/latex/zref-vario/zref-vario.sty
@@ -43,11 +43,10 @@
%% -----------------------------------------------------------------------
%%
\NeedsTeXFormat{LaTeX2e}
-\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}
\RequirePackage { zref-clever } [ 2022-01-28 ] % v0.2.0-alpha
-\AddToHook { begindocument/before }
- { \RequirePackage { varioref } }
+\RequirePackage { varioref }
\NewDocumentCommand \zvsetup { m }
{ \keys_set:nn { zref-vario/setup } {#1} }
\tl_new:N \l__zrefvario_pageprop_tl