[latex3-commits] [git/LaTeX3-latex3-latex2e] testmetadata: add dtx for testphase files (2b23a8c0)

Ulrike Fischer fischer at troubleshooting-tex.de
Thu Dec 30 17:09:03 CET 2021


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

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

commit 2b23a8c09e3cda34d414c7102a10cf144cfddd9d
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Dec 30 17:09:03 2021 +0100

    add dtx for testphase files


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

2b23a8c09e3cda34d414c7102a10cf144cfddd9d
 required/latex-lab/latex-lab-testphase.dtx | 72 ++++++++++++++++++++++++++++++
 1 file changed, 72 insertions(+)

diff --git a/required/latex-lab/latex-lab-testphase.dtx b/required/latex-lab/latex-lab-testphase.dtx
new file mode 100644
index 00000000..0fc8572a
--- /dev/null
+++ b/required/latex-lab/latex-lab-testphase.dtx
@@ -0,0 +1,72 @@
+% \iffalse meta-comment
+%
+%% File: latex-lab-testphase.dtx (C) 2021 LaTeX Project
+%
+% It may be distributed and/or modified under the conditions of the
+% LaTeX Project Public License (LPPL), either version 1.3c of this
+% license or (at your option) any later version.  The latest version
+% of this license is in the file
+%
+%    https://www.latex-project.org/lppl.txt
+%
+%
+% The development version of the bundle can be found below
+%
+%    https://github.com/latex3/latex2e/required/latex-lab
+%
+% for those people who are interested or want to report an issue.
+%
+%<*driver>
+\documentclass{l3doc}
+\EnableCrossrefs
+\CodelineIndex
+\begin{document}
+  \DocInput{latex-lab-testphase.dtx}
+\end{document}
+%</driver>
+%
+% \fi
+%
+
+% \title{The \texttt{latex-lab-testphase} code\thanks{}}
+% \author{Ulrike Fischer \LaTeX{} Project}
+%
+% \maketitle
+%
+%
+% \begin{abstract}
+% \end{abstract}
+%
+% \section{Introduction}
+%
+%    This code implements small files which can be loaded with the |testphase|
+%    key of \cs{DocumentMetadata}. Currently it only contains a
+%    wrapper for \pkg{tagpdf}, but this will be extended to allow user to load
+%    well defined parts of the tagged PDF project.
+%
+%
+%
+% \StopEventually{\setlength\IndexMin{200pt}  \PrintIndex  }
+%
+%
+% \section{The Implementation}
+%
+%    \begin{macrocode}
+%<*tagpdf>
+%    \end{macrocode}
+%
+%    \begin{macrocode}
+\RequirePackage{tagpdf}
+\AddToDocumentProperties [document]{testphase/tagpdf}{loaded}
+
+\tagpdfsetup{activate,paratagging,interwordspace}
+\AddToDocumentProperties [document]{tagging}{active}
+\AddToDocumentProperties [document]{tagging/para}{active}
+\AddToDocumentProperties [document]{tagging/interwordspace}{active}
+%    \end{macrocode}
+%
+%    \begin{macrocode}
+%</tagpdf>
+%    \end{macrocode}
+% \Finale
+%





More information about the latex3-commits mailing list.