summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-06-15 20:21:21 +0000
committerKarl Berry <karl@freefriends.org>2023-06-15 20:21:21 +0000
commit6eea422f28a456316524ec829a85c07bf805a887 (patch)
treeb402345aff15b962ad9d389e54f2c6879e6821f6
parentb7add33efcf868d1a4652c4af10e50a2e42e2d49 (diff)
zref-vario (15jun23)
git-svn-id: svn://tug.org/texlive/trunk@67377 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/zref-vario/CHANGELOG.md8
-rw-r--r--Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.pdfbin648126 -> 649972 bytes
-rw-r--r--Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.tex2
-rw-r--r--Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.pdf (renamed from Master/texmf-dist/doc/latex/zref-vario/zref-vario.pdf)bin149549 -> 149965 bytes
-rw-r--r--Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.tex (renamed from Master/texmf-dist/doc/latex/zref-vario/zref-vario.tex)4
-rw-r--r--Master/texmf-dist/source/latex/zref-vario/zref-vario.dtx9
-rw-r--r--Master/texmf-dist/source/latex/zref-vario/zref-vario.ins4
-rw-r--r--Master/texmf-dist/tex/latex/zref-vario/zref-vario.sty5
8 files changed, 23 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/zref-vario/CHANGELOG.md b/Master/texmf-dist/doc/latex/zref-vario/CHANGELOG.md
index 2f0b4192800..876440be3e4 100644
--- a/Master/texmf-dist/doc/latex/zref-vario/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/zref-vario/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
-## [Unreleased](https://github.com/gusbrs/zref-vario/compare/v0.1.7...HEAD)
+## [Unreleased](https://github.com/gusbrs/zref-vario/compare/v0.1.8...HEAD)
+
+## [v0.1.8](https://github.com/gusbrs/zref-vario/compare/v0.1.7...v0.1.8) (2023-06-14)
+
+### Changed
+- Improvements to User manual.
+- Simplify and improve regression tests.
## [v0.1.7](https://github.com/gusbrs/zref-vario/compare/v0.1.6...v0.1.7) (2023-01-03)
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 e5aa9feaa15..b035eabb679 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-code.tex b/Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.tex
index 914208b02ea..d1774f8f21d 100644
--- a/Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.tex
+++ b/Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.tex
@@ -22,7 +22,7 @@
%
% This work consists of the files zref-vario.dtx,
% zref-vario.ins,
-% zref-vario.tex,
+% zref-vario-doc.tex,
% zref-vario-code.tex,
% and the files generated from them.
%
diff --git a/Master/texmf-dist/doc/latex/zref-vario/zref-vario.pdf b/Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.pdf
index ef33353401f..01197081121 100644
--- a/Master/texmf-dist/doc/latex/zref-vario/zref-vario.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.tex b/Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.tex
index 859519a2ef6..0923b299ae4 100644
--- a/Master/texmf-dist/doc/latex/zref-vario/zref-vario.tex
+++ b/Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.tex
@@ -22,7 +22,7 @@
%
% This work consists of the files zref-vario.dtx,
% zref-vario.ins,
-% zref-vario.tex,
+% zref-vario-doc.tex,
% zref-vario-code.tex,
% and the files generated from them.
%
@@ -278,6 +278,7 @@ options. Language independent default values are provided for the
\pkg{varioref}, which are adequate for most use cases), so you may omit them.
But, if you need to adjust them, the default values can be overridden by
setting the corresponding options in \cs{zvLanguageSetup}.
+\cs{zvLanguageSetup} is preamble only.
\begin{function}{\zvhyperlink}
\begin{syntax}
@@ -347,6 +348,7 @@ generously provided by (in chronological order):
David Carlisle,
% 2023-01-02: https://chat.stackexchange.com/transcript/message/62684358#62684358
% and following discussion.
+ % 2023-02-10: https://tex.stackexchange.com/a/674846
and Joseph Wright.
% 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 1e07c94694e..e029af643c8 100644
--- a/Master/texmf-dist/source/latex/zref-vario/zref-vario.dtx
+++ b/Master/texmf-dist/source/latex/zref-vario/zref-vario.dtx
@@ -22,7 +22,7 @@
%
% This work consists of the files zref-vario.dtx,
% zref-vario.ins,
-% zref-vario.tex,
+% zref-vario-doc.tex,
% zref-vario-code.tex,
% and the files generated from them.
%
@@ -126,9 +126,14 @@
% \end{macrocode}
%
%
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+% \end{macrocode}
+%
+%
% Identify the package.
% \begin{macrocode}
-\ProvidesExplPackage {zref-vario} {2023-01-03} {0.1.7}
+\ProvidesExplPackage {zref-vario} {2023-06-14} {0.1.8}
{Extended LaTeX page cross-references with varioref and zref-clever}
% \end{macrocode}
%
diff --git a/Master/texmf-dist/source/latex/zref-vario/zref-vario.ins b/Master/texmf-dist/source/latex/zref-vario/zref-vario.ins
index bdc92fffdbd..211c1ff0b21 100644
--- a/Master/texmf-dist/source/latex/zref-vario/zref-vario.ins
+++ b/Master/texmf-dist/source/latex/zref-vario/zref-vario.ins
@@ -22,7 +22,7 @@
%
% This work consists of the files zref-vario.dtx,
% zref-vario.ins,
-% zref-vario.tex,
+% zref-vario-doc.tex,
% zref-vario-code.tex,
% and the files generated from them.
%
@@ -68,7 +68,7 @@ This work is "maintained" (as per LPPL maintenance status) by
This work consists of the files zref-vario.dtx,
zref-vario.ins,
- zref-vario.tex,
+ zref-vario-doc.tex,
zref-vario-code.tex,
and the files generated from them.
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 7b7344c562e..a185ad25c0d 100644
--- a/Master/texmf-dist/tex/latex/zref-vario/zref-vario.sty
+++ b/Master/texmf-dist/tex/latex/zref-vario/zref-vario.sty
@@ -26,7 +26,7 @@
%%
%% This work consists of the files zref-vario.dtx,
%% zref-vario.ins,
-%% zref-vario.tex,
+%% zref-vario-doc.tex,
%% zref-vario-code.tex,
%% and the files generated from them.
%%
@@ -42,7 +42,8 @@
%%
%% -----------------------------------------------------------------------
%%
-\ProvidesExplPackage {zref-vario} {2023-01-03} {0.1.7}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesExplPackage {zref-vario} {2023-06-14} {0.1.8}
{Extended LaTeX page cross-references with varioref and zref-clever}
\RequirePackage { zref-clever } [ 2022-01-28 ] % v0.2.0-alpha
\AddToHook { begindocument/before }