[latex3-commits] [latex3/latex2e] lab-review-02: rename toc-tagging to toc (1ebf9116)

github at latex-project.org github at latex-project.org
Wed Jul 19 22:39:54 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : lab-review-02
Link       : https://github.com/latex3/latex2e/commit/1ebf9116e33a9c15f8fa53278814b60159d185cb

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

commit 1ebf9116e33a9c15f8fa53278814b60159d185cb
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Wed Jul 19 22:39:54 2023 +0200

    rename toc-tagging to toc


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

1ebf9116e33a9c15f8fa53278814b60159d185cb
 required/latex-lab/documentmetadata-support.dtx | 20 +++++++++++++++-----
 required/latex-lab/latex-lab.ins                |  2 +-
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/required/latex-lab/documentmetadata-support.dtx b/required/latex-lab/documentmetadata-support.dtx
index 0f6d5726..1bfda78c 100644
--- a/required/latex-lab/documentmetadata-support.dtx
+++ b/required/latex-lab/documentmetadata-support.dtx
@@ -151,9 +151,11 @@
 %    \item[\texttt{colorprofiles}] This allows to load icc-colorprofiles. Details
 %       are described in the documentation of \pkg{l3pdfmeta}.
 %
-%    \item[\texttt{testphase}] This key is used to load testphase code. The values it accepts
-%    and their effect will change over time, when testphase packages are added or
-%    removed or when the code is moved into the kernel. 
+%    \item[\texttt{testphase}] This key is used to load testphase code. 
+%    The |testphase| key can only be used in the first \cs{DocumentMetadata}.
+%    The values it accepts and their effect will change over time, when testphase packages are added or
+%    removed or when the code is moved into the kernel. The key accepts a list of values
+%    and it can be used more than once.
 %    
 %    The \texttt{phase} key bundle testphase modules. They also all activate tagging.
 %     \begin{description}
@@ -191,9 +193,17 @@
 %    \item[\texttt{new-or}] This loads more changes to the output routine required for the 
 %    tagging. It is not compatible with every class! The code is also loaded by the 
 %    \texttt{phase-II} value.
-%    \item[sec] This adapts commands related to sectioning to make them tagging aware.
+%    \item[\texttt{sec}] This adapts commands related to sectioning to make them tagging aware.
+%     The \texttt{sec} module is loaded by \texttt{phase-III}.
+%    \item[\texttt{toc}] This adapts commands related to the table of contents and
+%    similar list to make them tagging aware. The \texttt{toc} module is loaded by \texttt{phase-III}. 
+%    \item[\texttt{graphic}] This enables tagging support for
+%    the \cs{includegraphics} command and the \texttt{picture} environment. 
+%    This code is also loaded by the \texttt{phase-III} key.
+%    \item[\texttt{math}] This adapts math for tagging. This is only a prototype. 
+%    The module is currently not loaded by any \texttt{phase} key.  
 %    \end{description}
-%    The |testphase| key can only be used in the first \cs{DocumentMetadata}.
+%    
 %
 %    \item[\texttt{debug}] This key activates some debug options. It takes a list of key-values
 %    as value. Currently the following keys are known:
diff --git a/required/latex-lab/latex-lab.ins b/required/latex-lab/latex-lab.ins
index ee2d43f9..955a3d8d 100644
--- a/required/latex-lab/latex-lab.ins
+++ b/required/latex-lab/latex-lab.ins
@@ -100,7 +100,7 @@ where one can also log issues in case there are any.
   \from{latex-lab-toc-tagging-functions.dtx}{package}
   \from{latex-lab-toc-hyperref-changes.dtx}{package}}}
 
-\generate{\file{toc-tagging-latex-lab-testphase.ltx}{%
+\generate{\file{toc-latex-lab-testphase.ltx}{%
     \from{latex-lab-toc-kernel-changes.dtx}{latex-lab}}}
     
 \generate{\file{latex-lab-kernel-changes.sty}





More information about the latex3-commits mailing list.