[latex3-commits] [git/LaTeX3-latex3-latex2e] testmetadata: improve doc (e5075fac)

Frank Mittelbach frank.mittelbach at latex-project.org
Wed Jan 12 17:11:04 CET 2022


Repository : https://github.com/latex3/latex2e
On branch  : testmetadata
Link       : https://github.com/latex3/latex2e/commit/e5075fac37a0ee0199e5353a63a9392aed06f68f

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

commit e5075fac37a0ee0199e5353a63a9392aed06f68f
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Wed Jan 12 17:11:04 2022 +0100

    improve doc


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

e5075fac37a0ee0199e5353a63a9392aed06f68f
 required/latex-lab/documentmetadata-support.dtx | 27 ++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)

diff --git a/required/latex-lab/documentmetadata-support.dtx b/required/latex-lab/documentmetadata-support.dtx
index f12cd224..0c7a1d9d 100644
--- a/required/latex-lab/documentmetadata-support.dtx
+++ b/required/latex-lab/documentmetadata-support.dtx
@@ -35,6 +35,13 @@
 % \fi
 %
 %
+%\NewDocElement[macrolike = false ,
+%		 toplevel  = true,
+%                idxtype   =  key  ,
+%                noprint   = true  ,
+%                idxgroup  = metadata keys ,
+%                printtype = \textit{key}
+%               ]{Mkey}{mkey}
 %
 %
 % \title{The \texttt{documentmetadata-support} code\thanks{This file
@@ -77,7 +84,13 @@
 %
 %
 % Currently the following keys are implemented for \cs{DocumentMetadata}:
-%
+% \DescribeMkey{colorprofiles}
+% \DescribeMkey{debug}
+% \DescribeMkey{lang}
+% \DescribeMkey{pdfstandard}
+% \DescribeMkey{pdfversion}
+% \DescribeMkey{testphase}
+% \DescribeMkey{uncompress}
 %
 % \begin{description}
 %    \item[\texttt{backend}] Passes the backend name to expl3. This is
@@ -130,13 +143,13 @@
 %    as value. Currently the following keys are known:
 %     \begin{description}
 %     \item[\texttt{para}] with the default and only value |show|. It will activate the |paratagging-show|
-%     option of \pkg{tagpdf},
+%       option of \pkg{tagpdf},
 %     \item[\texttt{log}]  with the values as described in the documentation \pkg{tagpdf},
 %     \item[\texttt{uncompress}] which does the same as |uncompress| as main key
 %     \item[\texttt{pdfmanagement}] a boolean which allows to deactivate the pdfmanagement.
-%    \item[\texttt{firstaidoff}] This accepts a comma lists of keywords and disables the patches
-%    related to them. More information can be found in the documentation of
-%    \pkg{pdfmanagement-firstaid}.%
+%     \item[\texttt{firstaidoff}] This accepts a comma lists of keywords and disables the patches
+%       related to them. More information can be found in the documentation of
+%       \pkg{pdfmanagement-firstaid}.
 %    \end{description}
 % \end{description}
 %
@@ -154,9 +167,11 @@
 %
 % \MaybeStop{\setlength\IndexMin{200pt}  \PrintIndex  }
 %
+% \begin{implementation}
 %
 % \section{The Implementation}
 %
+%
 %    \begin{macrocode}
 %<@@=pdfmanagement>
 %<*code>
@@ -394,5 +409,7 @@
 %</code>
 %    \end{macrocode}
 %
+% \end{implementation}
+%
 % \Finale
 %





More information about the latex3-commits mailing list.