summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex-dev/latex-lab/documentmetadata-support.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-16 21:01:50 +0000
committerKarl Berry <karl@freefriends.org>2022-03-16 21:01:50 +0000
commitedc4da5fa2ccf95dc2d8e78bd12c6532e6074098 (patch)
tree2cbeacd10abcd62cbf748f76a086d6dfb171b5d4 /Master/texmf-dist/source/latex-dev/latex-lab/documentmetadata-support.dtx
parent68a75026205e8146e3f641432ffc7e569d4465f0 (diff)
latex-lab-dev (16mar22)
git-svn-id: svn://tug.org/texlive/trunk@62742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex-dev/latex-lab/documentmetadata-support.dtx')
-rw-r--r--Master/texmf-dist/source/latex-dev/latex-lab/documentmetadata-support.dtx4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex-dev/latex-lab/documentmetadata-support.dtx b/Master/texmf-dist/source/latex-dev/latex-lab/documentmetadata-support.dtx
index 0c7a1d9d80a..7501de151f8 100644
--- a/Master/texmf-dist/source/latex-dev/latex-lab/documentmetadata-support.dtx
+++ b/Master/texmf-dist/source/latex-dev/latex-lab/documentmetadata-support.dtx
@@ -126,7 +126,7 @@
% removed or when the code is moved into the kernel.
% \begin{description}
% \item[\texttt{phase-I}]
-% This value loads code implementing the first phase of the project~\cite{blueprint}, i.e., it
+% This value loads code implementing the first phase of the project~\cite{blueprint}, i.e., it
% will load the tagpdf package. It will also activate tagging by issuing
% |\tagpdfsetup{activate,interwordspace}|. This phase
% is frozen.
@@ -336,9 +336,11 @@
{
\tl_gput_right:Nn\g_@@_testphase_tl
{
+ \AddToDocumentProperties [document]{testphase/#1}{loaded}
\file_if_exist_input:nF {#1-latex-lab-testphase.ltx}
{
\msg_warning:nnn{meta}{latex-lab-pkg-missing}{#1}
+ \AddToDocumentProperties [document]{testphase/#1}{missing}
}
}
}