texlive[72791] Master/texmf-dist: zref-vario (7nov24)
commits+karl at tug.org
commits+karl at tug.org
Thu Nov 7 21:26:03 CET 2024
Revision: 72791
https://tug.org/svn/texlive?view=revision&revision=72791
Author: karl
Date: 2024-11-07 21:26:03 +0100 (Thu, 07 Nov 2024)
Log Message:
-----------
zref-vario (7nov24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/zref-vario/CHANGELOG.md
trunk/Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.pdf
trunk/Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.tex
trunk/Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.pdf
trunk/Master/texmf-dist/source/latex/zref-vario/zref-vario.dtx
trunk/Master/texmf-dist/source/latex/zref-vario/zref-vario.ins
trunk/Master/texmf-dist/tex/latex/zref-vario/zref-vario.sty
Modified: trunk/Master/texmf-dist/doc/latex/zref-vario/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/zref-vario/CHANGELOG.md 2024-11-07 20:25:52 UTC (rev 72790)
+++ trunk/Master/texmf-dist/doc/latex/zref-vario/CHANGELOG.md 2024-11-07 20:26:03 UTC (rev 72791)
@@ -1,7 +1,13 @@
# Changelog
-## [Unreleased](https://github.com/gusbrs/zref-vario/compare/v0.1.10...HEAD)
+## [Unreleased](https://github.com/gusbrs/zref-vario/compare/v0.1.11...HEAD)
+## [v0.1.11](https://github.com/gusbrs/zref-vario/compare/v0.1.10...v0.1.11) (2024-11-07)
+
+### Changed
+- Preemptively avoid empty module when setting l3keys `.inherit:n`
+ (https://github.com/latex3/latex3/issues/1254).
+
## [v0.1.10](https://github.com/gusbrs/zref-vario/compare/v0.1.9...v0.1.10) (2023-11-14)
### Changed
Modified: trunk/Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.tex 2024-11-07 20:25:52 UTC (rev 72790)
+++ trunk/Master/texmf-dist/doc/latex/zref-vario/zref-vario-code.tex 2024-11-07 20:26:03 UTC (rev 72791)
@@ -4,7 +4,7 @@
%
% This file is part of the LaTeX package "zref-vario".
%
-% Copyright (C) 2022-2023 gusbrs
+% Copyright (C) 2022-2024 gusbrs
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
Modified: trunk/Master/texmf-dist/doc/latex/zref-vario/zref-vario-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/zref-vario/zref-vario.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/zref-vario/zref-vario.dtx 2024-11-07 20:25:52 UTC (rev 72790)
+++ trunk/Master/texmf-dist/source/latex/zref-vario/zref-vario.dtx 2024-11-07 20:26:03 UTC (rev 72791)
@@ -4,7 +4,7 @@
%
% This file is part of the LaTeX package "zref-vario".
%
-% Copyright (C) 2022-2023 gusbrs
+% Copyright (C) 2022-2024 gusbrs
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -141,7 +141,7 @@
%
% Identify the package.
% \begin{macrocode}
-\ProvidesExplPackage {zref-vario} {2023-11-14} {0.1.10}
+\ProvidesExplPackage {zref-vario} {2024-11-07} {0.1.11}
{Extended LaTeX page cross-references with varioref and zref-clever}
% \end{macrocode}
%
@@ -383,13 +383,20 @@
vother .tl_set:N = \l_@@_reftextother_tl ,
vother .value_required:n = true ,
}
-\keys_define:nn { }
+% \end{macrocode}
+%
+% See \url{https://github.com/latex3/latex3/issues/1254}.
+% ^^A zref-vario/ref
+% ^^A zref-vario/ref-oneoptarg
+% ^^A zref-vario/ref-twooptargs
+% \begin{macrocode}
+\keys_define:nn { zref-vario }
{
- zref-vario/ref .inherit:n =
+ ref .inherit:n =
{ zref-clever/reference } ,
- zref-vario/ref-oneoptarg .inherit:n =
+ ref-oneoptarg .inherit:n =
{ zref-clever/reference , zref-vario/current } ,
- zref-vario/ref-twooptargs .inherit:n =
+ ref-twooptargs .inherit:n =
{ zref-clever/reference , zref-vario/current , zref-vario/other } ,
}
% \end{macrocode}
Modified: trunk/Master/texmf-dist/source/latex/zref-vario/zref-vario.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/zref-vario/zref-vario.ins 2024-11-07 20:25:52 UTC (rev 72790)
+++ trunk/Master/texmf-dist/source/latex/zref-vario/zref-vario.ins 2024-11-07 20:26:03 UTC (rev 72791)
@@ -4,7 +4,7 @@
%
% This file is part of the LaTeX package "zref-vario".
%
-% Copyright (C) 2022-2023 gusbrs
+% Copyright (C) 2022-2024 gusbrs
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -49,7 +49,7 @@
This file was generated from file(s) of the LaTeX package "zref-vario".
-Copyright (C) 2022-2023 gusbrs
+Copyright (C) 2022-2024 gusbrs
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
Modified: trunk/Master/texmf-dist/tex/latex/zref-vario/zref-vario.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/zref-vario/zref-vario.sty 2024-11-07 20:25:52 UTC (rev 72790)
+++ trunk/Master/texmf-dist/tex/latex/zref-vario/zref-vario.sty 2024-11-07 20:26:03 UTC (rev 72791)
@@ -8,7 +8,7 @@
%%
%% This file was generated from file(s) of the LaTeX package "zref-vario".
%%
-%% Copyright (C) 2022-2023 gusbrs
+%% Copyright (C) 2022-2024 gusbrs
%%
%% It may be distributed and/or modified under the conditions of the
%% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -52,7 +52,7 @@
'zref-vario' requires a LaTeX kernel \zrefvario at required@kernel\space or newer.%
}%
}%
-\ProvidesExplPackage {zref-vario} {2023-11-14} {0.1.10}
+\ProvidesExplPackage {zref-vario} {2024-11-07} {0.1.11}
{Extended LaTeX page cross-references with varioref and zref-clever}
\RequirePackage { zref-clever } [ 2022-01-28 ] % v0.2.0-alpha
\RequirePackage { varioref }
@@ -173,13 +173,13 @@
vother .tl_set:N = \l__zrefvario_reftextother_tl ,
vother .value_required:n = true ,
}
-\keys_define:nn { }
+\keys_define:nn { zref-vario }
{
- zref-vario/ref .inherit:n =
+ ref .inherit:n =
{ zref-clever/reference } ,
- zref-vario/ref-oneoptarg .inherit:n =
+ ref-oneoptarg .inherit:n =
{ zref-clever/reference , zref-vario/current } ,
- zref-vario/ref-twooptargs .inherit:n =
+ ref-twooptargs .inherit:n =
{ zref-clever/reference , zref-vario/current , zref-vario/other } ,
}
\tl_new:N \l__zrefvario_setup_language_tl
More information about the tex-live-commits
mailing list.