summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-08 21:51:11 +0000
committerKarl Berry <karl@freefriends.org>2022-02-08 21:51:11 +0000
commit35e83165817085cc1bdbbf9d5b7ba8e05a1bb8da (patch)
tree67709266a70af4ec44022470381e8a8651164d2d /Master/texmf-dist/doc
parent8b07e19420203613f0ed72a9ec1f7e6585cf8886 (diff)
zref-check (8feb22)
git-svn-id: svn://tug.org/texlive/trunk@61950 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/zref-check/CHANGELOG.md13
-rw-r--r--Master/texmf-dist/doc/latex/zref-check/MANIFEST.md10
-rw-r--r--Master/texmf-dist/doc/latex/zref-check/zref-check-code.pdfbin739886 -> 741719 bytes
-rw-r--r--Master/texmf-dist/doc/latex/zref-check/zref-check-code.tex2
-rw-r--r--Master/texmf-dist/doc/latex/zref-check/zref-check.pdfbin456837 -> 451899 bytes
-rw-r--r--Master/texmf-dist/doc/latex/zref-check/zref-check.tex2
6 files changed, 18 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/zref-check/CHANGELOG.md b/Master/texmf-dist/doc/latex/zref-check/CHANGELOG.md
index 2538c91c1de..17895758faf 100644
--- a/Master/texmf-dist/doc/latex/zref-check/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/zref-check/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
-## [Unreleased](https://github.com/gusbrs/zref-check/compare/v0.2.3...HEAD)
+## [Unreleased](https://github.com/gusbrs/zref-check/compare/v0.2.4...HEAD)
+
+## [v0.2.4](https://github.com/gusbrs/zref-check/compare/v0.2.3...v0.2.4) (2022-02-08)
+
+### Added
+- New `otherpage` check.
+- Infrastructure support provided for integration with `zref-vario`.
+
+### Deprecated
+- Option `labelcmd` has been deprecated with no replacement. The originally
+ intended use for this option has been made obsolete by package
+ `zref-clever`.
## [v0.2.3](https://github.com/gusbrs/zref-check/compare/v0.2.2...v0.2.3) (2021-12-20)
diff --git a/Master/texmf-dist/doc/latex/zref-check/MANIFEST.md b/Master/texmf-dist/doc/latex/zref-check/MANIFEST.md
index 3da3e909109..7a204e97823 100644
--- a/Master/texmf-dist/doc/latex/zref-check/MANIFEST.md
+++ b/Master/texmf-dist/doc/latex/zref-check/MANIFEST.md
@@ -78,6 +78,8 @@ different engines (pdfTeX, XeTeX, LuaTeX, etc.).
* zc-check-nextpage01.lvt
* zc-check-nextpage02.lvt
* zc-check-nextsec01.lvt
+* zc-check-otherpage01.lvt
+* zc-check-otherpage02.lvt
* zc-check-pagegap01.lvt
* zc-check-pagesafter01.lvt
* zc-check-pagesafter02.lvt
@@ -106,9 +108,6 @@ different engines (pdfTeX, XeTeX, LuaTeX, etc.).
* zc-opt-hyperref05.lvt
* zc-opt-ignore01.lvt
* zc-opt-ignore02.lvt
-* zc-opt-labelcmd01.lvt
-* zc-opt-labelcmd02.lvt
-* zc-opt-labelcmd03.lvt
* zc-opt-msglevel01.lvt
* zc-opt-msglevel02.lvt
* zc-opt-msglevel03.lvt
@@ -164,6 +163,8 @@ different engines (pdfTeX, XeTeX, LuaTeX, etc.).
* zc-check-nextpage01.tlg
* zc-check-nextpage02.tlg
* zc-check-nextsec01.tlg
+* zc-check-otherpage01.tlg
+* zc-check-otherpage02.tlg
* zc-check-pagegap01.tlg
* zc-check-pagesafter01.tlg
* zc-check-pagesafter02.tlg
@@ -212,9 +213,6 @@ different engines (pdfTeX, XeTeX, LuaTeX, etc.).
* zc-opt-hyperref05.xetexdev.tlg
* zc-opt-ignore01.tlg
* zc-opt-ignore02.tlg
-* zc-opt-labelcmd01.tlg
-* zc-opt-labelcmd02.tlg
-* zc-opt-labelcmd03.tlg
* zc-opt-msglevel01.tlg
* zc-opt-msglevel02.tlg
* zc-opt-msglevel03.tlg
diff --git a/Master/texmf-dist/doc/latex/zref-check/zref-check-code.pdf b/Master/texmf-dist/doc/latex/zref-check/zref-check-code.pdf
index b1341849688..92dafc7ae11 100644
--- a/Master/texmf-dist/doc/latex/zref-check/zref-check-code.pdf
+++ b/Master/texmf-dist/doc/latex/zref-check/zref-check-code.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/zref-check/zref-check-code.tex b/Master/texmf-dist/doc/latex/zref-check/zref-check-code.tex
index eb649833cd9..81efd7f4ec5 100644
--- a/Master/texmf-dist/doc/latex/zref-check/zref-check-code.tex
+++ b/Master/texmf-dist/doc/latex/zref-check/zref-check-code.tex
@@ -4,7 +4,7 @@
%
% This file is part of the LaTeX package "zref-check".
%
-% Copyright (C) 2021 Gustavo Barros
+% Copyright (C) 2021-2022 Gustavo Barros
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/Master/texmf-dist/doc/latex/zref-check/zref-check.pdf b/Master/texmf-dist/doc/latex/zref-check/zref-check.pdf
index 18d89eb2d9e..3c20e85536e 100644
--- a/Master/texmf-dist/doc/latex/zref-check/zref-check.pdf
+++ b/Master/texmf-dist/doc/latex/zref-check/zref-check.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/zref-check/zref-check.tex b/Master/texmf-dist/doc/latex/zref-check/zref-check.tex
index 6f223187823..140d22bfd45 100644
--- a/Master/texmf-dist/doc/latex/zref-check/zref-check.tex
+++ b/Master/texmf-dist/doc/latex/zref-check/zref-check.tex
@@ -4,7 +4,7 @@
%
% This file is part of the LaTeX package "zref-check".
%
-% Copyright (C) 2021 Gustavo Barros
+% Copyright (C) 2021-2022 Gustavo Barros
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this