diff options
author | Karl Berry <karl@freefriends.org> | 2023-11-14 21:06:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-11-14 21:06:36 +0000 |
commit | b3f721e9b9d6e76e9ba321c8a82d8c275c579fc1 (patch) | |
tree | 767758eaeb654b426567575633ee37a107a51085 /Master/texmf-dist/doc/latex/zref-check | |
parent | d5b4ed76a09b4c44b617a754e05cdfb6e06db26b (diff) |
zref-check zref-clever zref-vario (14nov23)
git-svn-id: svn://tug.org/texlive/trunk@68846 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/zref-check')
-rw-r--r-- | Master/texmf-dist/doc/latex/zref-check/CHANGELOG.md | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/zref-check/README.md | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/zref-check/zref-check-code.pdf | bin | 745358 -> 699477 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/zref-check/zref-check-code.tex | 19 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/zref-check/zref-check-doc.pdf | bin | 453465 -> 419021 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/zref-check/zref-check-doc.tex | 17 |
6 files changed, 29 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/zref-check/CHANGELOG.md b/Master/texmf-dist/doc/latex/zref-check/CHANGELOG.md index 75b91e2d0a8..11b857b0a3c 100644 --- a/Master/texmf-dist/doc/latex/zref-check/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/zref-check/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog -## [Unreleased](https://github.com/gusbrs/zref-check/compare/v0.3.4...HEAD) +## [Unreleased](https://github.com/gusbrs/zref-check/compare/v0.3.5...HEAD) + +## [v0.3.5](https://github.com/gusbrs/zref-check/compare/v0.3.4...v0.3.5) (2023-11-14) + +### Changed +- Don't use `expl3` public scratch temporary variables. +- Prefer `e-type` expansion. +- Require 2023-11-01 LaTeX kernel. ## [v0.3.4](https://github.com/gusbrs/zref-check/compare/v0.3.3...v0.3.4) (2023-08-13) diff --git a/Master/texmf-dist/doc/latex/zref-check/README.md b/Master/texmf-dist/doc/latex/zref-check/README.md index 2b5febb76cf..21a20eba689 100644 --- a/Master/texmf-dist/doc/latex/zref-check/README.md +++ b/Master/texmf-dist/doc/latex/zref-check/README.md @@ -2,8 +2,8 @@ **Flexible LaTeX cross-references with contextual checks based on zref** -Author: Gustavo Barros -Maintainer: Gustavo Barros +Author: gusbrs +Maintainer: gusbrs `zref-check` provides an user interface for making LaTeX cross-references flexibly, while allowing to have them checked for consistency with the 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 Binary files differindex 73d1816b1d9..e664b6c2b8e 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 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 02cb8b5c824..fdf39a34879 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-2023 Gustavo Barros +% Copyright (C) 2021-2023 gusbrs % % It may be distributed and/or modified under the conditions of the % LaTeX Project Public License (LPPL), either version 1.3c of this @@ -17,8 +17,7 @@ % version 2005/12/01 or later. % % -% This work is "maintained" (as per LPPL maintenance status) by -% Gustavo Barros. +% This work is "maintained" (as per LPPL maintenance status) by gusbrs. % % This work consists of the files zref-check.dtx, % zref-check.ins, @@ -63,16 +62,18 @@ \GetFileInfo{zref-check.sty} \title{% - The \pkg{zref-check} package implementation% - \thanks{This file describes \fileversion, released \filedate.}% + The \pkg{zref-check} package% + \texorpdfstring{\\{}\medskip{}}{ - }% + Code documentation% + \texorpdfstring{\medskip{}}{}% } \author{% - Gustavo Barros% - \thanks{\url{https://github.com/gusbrs/zref-check}}% -} + \texorpdfstring{\texttt{gusbrs}\\[0.8em] + \url{https://github.com/gusbrs/zref-check}\\ + \url{https://www.ctan.org/pkg/zref-check}}{gusbrs}} -\date{\filedate} +\date{Version \fileversion\ -- \filedate} \maketitle diff --git a/Master/texmf-dist/doc/latex/zref-check/zref-check-doc.pdf b/Master/texmf-dist/doc/latex/zref-check/zref-check-doc.pdf Binary files differindex d6ba5308cb6..95c0c5994b4 100644 --- a/Master/texmf-dist/doc/latex/zref-check/zref-check-doc.pdf +++ b/Master/texmf-dist/doc/latex/zref-check/zref-check-doc.pdf diff --git a/Master/texmf-dist/doc/latex/zref-check/zref-check-doc.tex b/Master/texmf-dist/doc/latex/zref-check/zref-check-doc.tex index 9d0205c5715..4be8af4625c 100644 --- a/Master/texmf-dist/doc/latex/zref-check/zref-check-doc.tex +++ b/Master/texmf-dist/doc/latex/zref-check/zref-check-doc.tex @@ -4,7 +4,7 @@ % % This file is part of the LaTeX package "zref-check". % -% Copyright (C) 2021-2022 Gustavo Barros +% Copyright (C) 2021-2022 gusbrs % % It may be distributed and/or modified under the conditions of the % LaTeX Project Public License (LPPL), either version 1.3c of this @@ -17,8 +17,7 @@ % version 2005/12/01 or later. % % -% This work is "maintained" (as per LPPL maintenance status) by -% Gustavo Barros. +% This work is "maintained" (as per LPPL maintenance status) by gusbrs. % % This work consists of the files zref-check.dtx, % zref-check.ins, @@ -59,15 +58,17 @@ \title{% The \pkg{zref-check} package% - \thanks{This file describes \fileversion, released \filedate.}% + \texorpdfstring{\\{}\medskip{}}{ - }% + User manual% + \texorpdfstring{\medskip{}}{}% } \author{% - Gustavo Barros% - \thanks{\url{https://github.com/gusbrs/zref-check}}% -} + \texorpdfstring{\texttt{gusbrs}\\[0.8em] + \url{https://github.com/gusbrs/zref-check}\\ + \url{https://www.ctan.org/pkg/zref-check}}{gusbrs}} -\date{\filedate} +\date{Version \fileversion\ -- \filedate} \maketitle |