[latex3-commits] [git/LaTeX3-latex3-pdfresources] testmetadata: clean up testphase key (0500cb2)
Ulrike Fischer
fischer at troubleshooting-tex.de
Wed Dec 29 18:01:54 CET 2021
Repository : https://github.com/latex3/pdfresources
On branch : testmetadata
Link : https://github.com/latex3/pdfresources/commit/0500cb2cfca300cc439c73b8415d51a966e26c1f
>---------------------------------------------------------------
commit 0500cb2cfca300cc439c73b8415d51a966e26c1f
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Wed Dec 29 18:01:54 2021 +0100
clean up testphase key
>---------------------------------------------------------------
0500cb2cfca300cc439c73b8415d51a966e26c1f
ltdocinit.dtx | 26 +++-----------------------
1 file changed, 3 insertions(+), 23 deletions(-)
diff --git a/ltdocinit.dtx b/ltdocinit.dtx
index 01e325b..7a0f292 100644
--- a/ltdocinit.dtx
+++ b/ltdocinit.dtx
@@ -121,10 +121,9 @@
% \pkg{pdfmanagement-firstaid}.
% \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 when the code is moved into the kernel. Currently the accepted values are
-% \texttt{tagpdf}, this load the tagpdf package, \texttt{headings}, this loads
-% code which reimplements heading commands, and \texttt{ptagging} this loads code
-% to allow paragraph tagging to work with engine other than luatex.
+% removed when the code is moved into the kernel. The value
+% \texttt{tagpdf} will the tagpdf package, other values will try to load a package
+% \meta{value}-testphase.
% \item[\texttt{activate}] This key is used to enable some document wide functions. It is
% currently in an experimental state. The values and their behaviour are subject to change.
% Currently the only value is |tagging|,
@@ -387,25 +386,6 @@
\AddToDocumentProperties [document]{testphase/tagpdf}{loaded}
}
}
- ,testphase / headings .code:n =
- {
- \tl_gput_right:Nn\g_@@_testphase_tl
- {
- \RequirePackage{headings-testphase}
- \AddToDocumentProperties [document]{testphase/headings}{loaded}
- }
- }
- ,testphase / ptagging .code:n =
- {
- \tl_gput_right:Nn\g_@@_testphase_tl
- {
- \AddToHook{class/after}
- {
- \RequirePackage{ptagging-testphase}
- \AddToDocumentProperties [document]{testphase/ptagging}{loaded}
- }
- }
- }
,testphase / unknown .code:n =
{
\tl_gput_right:Nn\g_@@_testphase_tl
More information about the latex3-commits
mailing list.