[latex3-commits] [latex3/latex2e] latex-lab/uf-review-05: move variables from pdfresources (b25f85e8)

github at latex-project.org github at latex-project.org
Tue Nov 14 15:28:49 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : latex-lab/uf-review-05
Link       : https://github.com/latex3/latex2e/commit/b25f85e811c896314293a4855ca8ad37f18a43c0

>---------------------------------------------------------------

commit b25f85e811c896314293a4855ca8ad37f18a43c0
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Nov 14 15:28:49 2023 +0100

    move variables from pdfresources


>---------------------------------------------------------------

b25f85e811c896314293a4855ca8ad37f18a43c0
 required/latex-lab/documentmetadata-support.dtx | 30 +++++++++++++++++--------
 1 file changed, 21 insertions(+), 9 deletions(-)

diff --git a/required/latex-lab/documentmetadata-support.dtx b/required/latex-lab/documentmetadata-support.dtx
index d0823c03..c0690817 100644
--- a/required/latex-lab/documentmetadata-support.dtx
+++ b/required/latex-lab/documentmetadata-support.dtx
@@ -278,8 +278,27 @@
 \ExplSyntaxOn\makeatletter
 %    \end{macrocode}
 
+% \subsection{Variables}
+% This variable definitions are currently also done in ltdocinit.
+% They can be removed from there once latex-lab has been updated to
+% provide them too.
+%  \begin{variable}{\g_@@_firstaidoff_clist}
+%  A list to store the firstaid code which should be disabled
+%    \begin{macrocode}
+\clist_if_exist:NF \g_@@_firstaidoff_clist
+  { \clist_new:N \g_@@_firstaidoff_clist }
+%    \end{macrocode} 
+%  \begin{variable}{\g_@@_testphase_tl}
+%  a tl to store the testphase loading code so that we can load them at
+%  the end of the command.
+%    \begin{macrocode}
+\tl_if_exist:NF \g_@@_testphase_tl
+ { \tl_new:N \g_@@_testphase_tl }
+%    \end{macrocode}
+% \end{variable}
 
-
+% \subsection{\cs{DocumentMetadata}}
+% 
 %  \begin{macro}{\DocumentMetadata}
 %
 %    \cs{DocumentMetadata} should not be used after
@@ -352,15 +371,8 @@
 %    \end{macrocode}
 %  \end{macro}
 
-
-
-
+%\subsection{\cs{DocumentMetadata} keys}
 %    \begin{macrocode}
-%FMi defined elsewhere
-%FMi
-%FMi \clist_new:N \g_@@_firstaidoff_clist
-%FMi \tl_new:N \g_@@_testphase_tl
-% UFi should the definition move to here?
 \keys_define:nn { document / metadata }
   {
     backend .choices:nn =





More information about the latex3-commits mailing list.