summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/zref-check
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-07-08 03:02:08 +0000
committerNorbert Preining <norbert@preining.info>2022-07-08 03:02:08 +0000
commitc600912bde983d6a04c7ce42321d50d4c7c1a50b (patch)
tree77d96e38d7a6f78e62a322188625aae9b5846f3a /macros/latex/contrib/zref-check
parentc925207bc17a56bf94a6e3d156db27042965136d (diff)
CTAN sync 202207080302
Diffstat (limited to 'macros/latex/contrib/zref-check')
-rw-r--r--macros/latex/contrib/zref-check/CHANGELOG.md7
-rw-r--r--macros/latex/contrib/zref-check/zref-check-code.pdfbin744434 -> 743709 bytes
-rw-r--r--macros/latex/contrib/zref-check/zref-check.dtx2
-rw-r--r--macros/latex/contrib/zref-check/zref-check.pdfbin465779 -> 464993 bytes
-rw-r--r--macros/latex/contrib/zref-check/zref-check.tex7
5 files changed, 14 insertions, 2 deletions
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
--- a/macros/latex/contrib/zref-check/zref-check-code.pdf
+++ b/macros/latex/contrib/zref-check/zref-check-code.pdf
Binary files 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
--- a/macros/latex/contrib/zref-check/zref-check.pdf
+++ b/macros/latex/contrib/zref-check/zref-check.pdf
Binary files 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}