From c600912bde983d6a04c7ce42321d50d4c7c1a50b Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 8 Jul 2022 03:02:08 +0000 Subject: CTAN sync 202207080302 --- macros/latex/contrib/zref-check/CHANGELOG.md | 7 ++++++- .../latex/contrib/zref-check/zref-check-code.pdf | Bin 744434 -> 743709 bytes macros/latex/contrib/zref-check/zref-check.dtx | 2 +- macros/latex/contrib/zref-check/zref-check.pdf | Bin 465779 -> 464993 bytes macros/latex/contrib/zref-check/zref-check.tex | 7 +++++++ 5 files changed, 14 insertions(+), 2 deletions(-) (limited to 'macros/latex/contrib/zref-check') diff --git a/macros/latex/contrib/zref-check/CHANGELOG.md b/macros/latex/contrib/zref-check/CHANGELOG.md index 58bbedaf72..f812c8b76c 100644 --- a/macros/latex/contrib/zref-check/CHANGELOG.md +++ b/macros/latex/contrib/zref-check/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## [Unreleased](https://github.com/gusbrs/zref-check/compare/v0.3.1...HEAD) +## [Unreleased](https://github.com/gusbrs/zref-check/compare/v0.3.2...HEAD) + +## [v0.3.2](https://github.com/gusbrs/zref-check/compare/v0.3.1...v0.3.2) (2022-07-07) + +### Fixed +- Recompiled documentation with workaround for upstream `l3doc` bug. ## [v0.3.1](https://github.com/gusbrs/zref-check/compare/v0.3.0...v0.3.1) (2022-07-05) diff --git a/macros/latex/contrib/zref-check/zref-check-code.pdf b/macros/latex/contrib/zref-check/zref-check-code.pdf index 2868afd617..24e4f653b9 100644 Binary files a/macros/latex/contrib/zref-check/zref-check-code.pdf and b/macros/latex/contrib/zref-check/zref-check-code.pdf differ diff --git a/macros/latex/contrib/zref-check/zref-check.dtx b/macros/latex/contrib/zref-check/zref-check.dtx index 4417cb7ead..9bc53031c7 100644 --- a/macros/latex/contrib/zref-check/zref-check.dtx +++ b/macros/latex/contrib/zref-check/zref-check.dtx @@ -516,7 +516,7 @@ % % Identify the package. % \begin{macrocode} -\ProvidesExplPackage {zref-check} {2022-07-05} {0.3.1} +\ProvidesExplPackage {zref-check} {2022-07-07} {0.3.2} {Flexible cross-references with contextual checks based on zref} % \end{macrocode} % diff --git a/macros/latex/contrib/zref-check/zref-check.pdf b/macros/latex/contrib/zref-check/zref-check.pdf index 8f94754f00..b3d67a8f98 100644 Binary files a/macros/latex/contrib/zref-check/zref-check.pdf and b/macros/latex/contrib/zref-check/zref-check.pdf differ diff --git a/macros/latex/contrib/zref-check/zref-check.tex b/macros/latex/contrib/zref-check/zref-check.tex index bed532befc..de1cdb8225 100644 --- a/macros/latex/contrib/zref-check/zref-check.tex +++ b/macros/latex/contrib/zref-check/zref-check.tex @@ -46,6 +46,13 @@ \usepackage{zref-check} \NewDocumentCommand\opt{m}{\texttt{#1}} +% Temporary workaround for 'l3doc' bug. +% https://github.com/latex3/latex3/issues/1111 +% FIXME Remove when fixed upstream. +\NewDocElement[ + macrolike = false , + printtype = \textit{opt.} , +]{Option}{optiondesc} \begin{document} -- cgit v1.2.3