summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/zref-check
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-23 21:11:14 +0000
committerKarl Berry <karl@freefriends.org>2022-04-23 21:11:14 +0000
commitd6e9bde6a8ffa27e45e35126f586e4e5415242b6 (patch)
treeef03e37821e27fe68b89e51187abbd95077af3f8 /Master/texmf-dist/tex/latex/zref-check
parentf31d783f21020cee0879dd503217e0d91b75b27f (diff)
zref-check (23apr22)
git-svn-id: svn://tug.org/texlive/trunk@63113 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/zref-check')
-rw-r--r--Master/texmf-dist/tex/latex/zref-check/zref-check.sty15
1 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/zref-check/zref-check.sty b/Master/texmf-dist/tex/latex/zref-check/zref-check.sty
index 58ae260ae2c..e4e709313f9 100644
--- a/Master/texmf-dist/tex/latex/zref-check/zref-check.sty
+++ b/Master/texmf-dist/tex/latex/zref-check/zref-check.sty
@@ -28,7 +28,7 @@
%% zref-check.ins,
%% zref-check.tex,
%% zref-check-code.tex,
-%% and the files listed in MANIFEST.md.
+%% and the files generated from them.
%%
%% The released version of this package is available from CTAN.
%%
@@ -53,7 +53,7 @@
}%
\endinput
}%
-\ProvidesExplPackage {zref-check} {2022-02-11} {0.2.5}
+\ProvidesExplPackage {zref-check} {2022-04-22} {0.3.0}
{Flexible cross-references with contextual checks based on zref}
\RequirePackage { zref-user }
\RequirePackage { zref-abspage }
@@ -141,6 +141,11 @@
}
\msg_new:nnn { zref-check } { option-deprecated }
{ Option~'#1'~has~been~deprecated~\msg_line_context:. }
+\msg_new:nnn { zref-check } { load-time-options }
+ {
+ 'zref-check'~does~not~accept~load-time~options.~
+ To~configure~package~options,~use~'\iow_char:N\\zrefchecksetup'.
+ }
\cs_new_eq:NN \__zrefcheck_int_to_roman:w \__int_to_roman:w
\prg_new_conditional:Npnn \__zrefcheck_is_integer:n #1 { p, T , F , TF }
{
@@ -307,8 +312,10 @@
{ labelcmd }
} ,
}
-\RequirePackage { l3keys2e }
-\ProcessKeysOptions { zref-check }
+\bool_lazy_and:nnT
+ { \tl_if_exist_p:c { opt@ zref-check.sty } }
+ { ! \tl_if_empty_p:c { opt@ zref-check.sty } }
+ { \msg_warning:nn { zref-check } { load-time-options } }
\NewDocumentCommand \zrefchecksetup { m }
{ \keys_set:nn { zref-check } {#1} }
\prop_new:N \g__zrefcheck_auxfile_lblseq_prop