% \iffalse meta-comment % %% File: latex-lab-testphase.dtx % Copyright (C) 2021-2022 The 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} % % % \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}. This will be extended to allow user to load % well defined parts of the tagged PDF project. % Currently the values |phase-I|, |phase-II| and |new-or| are provided. % |tagpdf| is an undocumented alias for |phase-II| which is kept for compability. % % % \StopEventually{\setlength\IndexMin{200pt} \PrintIndex } % % % \section{The Implementation} % New output routine code is loaded in phase-II and new-or: % \begin{macrocode} %<*tagpdf|phase-II|new-or> \IfFileExists{latex-lab-testphase-new-or.sty} { \RequirePackage{latex-lab-testphase-new-or} } {} % % \end{macrocode} % \begin{macrocode} %<*tagpdf|phase-I|phase-II> % \end{macrocode} % % \begin{macrocode} \RequirePackage{tagpdf} \AddToDocumentProperties [document]{testphase/tagpdf}{loaded} % %\tagpdfsetup{activate,paratagging,interwordspace} %\tagpdfsetup{activate,interwordspace} %<*tagpdf|phase-I|phase-II> \AddToDocumentProperties [document]{tagging}{active} \AddToDocumentProperties [document]{tagging/para}{active} \AddToDocumentProperties [document]{tagging/interwordspace}{active} % \end{macrocode} % % \begin{macrocode} % % \end{macrocode} % \Finale %