texlive[63845] Master/texmf-dist: zref-check (8jul22)
commits+karl at tug.org
commits+karl at tug.org
Fri Jul 8 23:54:52 CEST 2022
Revision: 63845
http://tug.org/svn/texlive?view=revision&revision=63845
Author: karl
Date: 2022-07-08 23:54:52 +0200 (Fri, 08 Jul 2022)
Log Message:
-----------
zref-check (8jul22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/zref-check/CHANGELOG.md
trunk/Master/texmf-dist/doc/latex/zref-check/zref-check-code.pdf
trunk/Master/texmf-dist/doc/latex/zref-check/zref-check.pdf
trunk/Master/texmf-dist/doc/latex/zref-check/zref-check.tex
trunk/Master/texmf-dist/source/latex/zref-check/zref-check.dtx
trunk/Master/texmf-dist/tex/latex/zref-check/zref-check.sty
Modified: trunk/Master/texmf-dist/doc/latex/zref-check/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/zref-check/CHANGELOG.md 2022-07-08 21:54:29 UTC (rev 63844)
+++ trunk/Master/texmf-dist/doc/latex/zref-check/CHANGELOG.md 2022-07-08 21:54:52 UTC (rev 63845)
@@ -1,7 +1,12 @@
# 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)
### Changed
Modified: trunk/Master/texmf-dist/doc/latex/zref-check/zref-check-code.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/zref-check/zref-check.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/zref-check/zref-check.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/zref-check/zref-check.tex 2022-07-08 21:54:29 UTC (rev 63844)
+++ trunk/Master/texmf-dist/doc/latex/zref-check/zref-check.tex 2022-07-08 21:54:52 UTC (rev 63845)
@@ -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}
Modified: trunk/Master/texmf-dist/source/latex/zref-check/zref-check.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/zref-check/zref-check.dtx 2022-07-08 21:54:29 UTC (rev 63844)
+++ trunk/Master/texmf-dist/source/latex/zref-check/zref-check.dtx 2022-07-08 21:54:52 UTC (rev 63845)
@@ -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}
%
Modified: trunk/Master/texmf-dist/tex/latex/zref-check/zref-check.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/zref-check/zref-check.sty 2022-07-08 21:54:29 UTC (rev 63844)
+++ trunk/Master/texmf-dist/tex/latex/zref-check/zref-check.sty 2022-07-08 21:54:52 UTC (rev 63845)
@@ -53,7 +53,7 @@
}%
\endinput
}%
-\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}
\RequirePackage { zref-user }
\RequirePackage { zref-abspage }
More information about the tex-live-commits
mailing list.