[latex3-commits] [git/LaTeX3-latex3-latex2e] testmetadata: expand @@ correctly (f2c4b774)
Ulrike Fischer
fischer at troubleshooting-tex.de
Thu Dec 30 17:06:07 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : testmetadata
Link : https://github.com/latex3/latex2e/commit/f2c4b7747abc2a17d552cfa015d9313e315a04bf
>---------------------------------------------------------------
commit f2c4b7747abc2a17d552cfa015d9313e315a04bf
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Thu Dec 30 17:06:07 2021 +0100
expand @@ correctly
>---------------------------------------------------------------
f2c4b7747abc2a17d552cfa015d9313e315a04bf
required/latex-lab/documentmetadata-support.dtx | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/required/latex-lab/documentmetadata-support.dtx b/required/latex-lab/documentmetadata-support.dtx
index f41ff746..84fb5d59 100644
--- a/required/latex-lab/documentmetadata-support.dtx
+++ b/required/latex-lab/documentmetadata-support.dtx
@@ -96,6 +96,7 @@
% \section{The Implementation}
%
% \begin{macrocode}
+%<@@=pdfmanagement>
%<*code>
% \end{macrocode}
%
@@ -129,7 +130,7 @@
% The backend can contain management commands, so the boolean should
% be set to true first.
% \begin{macrocode}
- \bool_gset_true:N \g__pdfmanagement_active_bool
+ \bool_gset_true:N \g_@@_active_bool
\keys_set_groups:nnn { document / metadata} {init}{ #1 }
%if no backend has been loaded force it now:
\str_if_exist:NF \c_sys_backend_str
@@ -148,7 +149,7 @@
% and setup the generic driver.
% \begin{macrocode}
\keys_set_filter:nnn { document / metadata } { init } { lang=en-US, #1 }
- \bool_if:NT \g__pdfmanagement_active_bool
+ \bool_if:NT \g_@@_active_bool
{
\PassOptionsToPackage{customdriver=hgeneric-testphase}{hyperref}
}
@@ -183,7 +184,7 @@
% \begin{macrocode}
%FMi this doesn't look correct -- testphase code is not loaded if only
% in second call --- see test 001
- \g__pdfmanagement_testphase_tl
+ \g_@@_testphase_tl
\RequirePackage{pdfmanagement-firstaid}
}
}
@@ -196,8 +197,8 @@
% \begin{macrocode}
%FMi defined elsewhere
%FMi
-%FMi \clist_new:N \g__pdfmanagement_firstaidoff_clist
-%FMi \tl_new:N \g__pdfmanagement_testphase_tl
+%FMi \clist_new:N \g_@@_firstaidoff_clist
+%FMi \tl_new:N \g_@@_testphase_tl
\keys_define:nn { document / metadata }
{
backend .choices:nn =
More information about the latex3-commits
mailing list.