Skip to content

Commit

Permalink
remove unneeded tests
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Dec 20, 2024
1 parent 74e84d0 commit edd9e4f
Showing 1 changed file with 7 additions and 21 deletions.
28 changes: 7 additions & 21 deletions required/latex-lab/documentmetadata-support.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,10 @@
% 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.
% The value \texttt{latest} loads all modules that we recommend
% so that it is not necessary to specify individual modules.
%
% The \texttt{phase} keys bundle testphase modules. They also all activate tagging.
% \begin{description}
% \item[\texttt{phase-I}]
% This value loads code implementing the first phase of the project~\cite{blueprint}, i.e., it
Expand Down Expand Up @@ -466,34 +469,17 @@
,_pdfstandard .choices:nn =
{A-1B,A-2A,A-2B,A-2U,A-3A,A-3B,A-3U,A-4}
{
\prop_if_exist:cT { g__pdfmeta_standard_pdf/#1_prop }
{
\prop_gset_eq:Nc \g__pdfmeta_standard_prop { g__pdfmeta_standard_pdf/#1 _prop }
}
\prop_gset_eq:Nc \g__pdfmeta_standard_prop { g__pdfmeta_standard_pdf/#1 _prop }
\AddToDocumentProperties [document]{pdfstandard}{#1}
}
,_pdfstandard / A-4F .code:n =
{
\prop_if_exist:cTF { g__pdfmeta_standard_pdf/A-4F_prop }
{
\prop_gset_eq:Nc \g__pdfmeta_standard_prop { g__pdfmeta_standard_pdf/A-4F_prop }
}
{
\prop_gset_eq:Nc \g__pdfmeta_standard_prop { g__pdfmeta_standard_pdf/A-4_prop }
\prop_gput:Nnn \g__pdfmeta_standard_prop{conformance}{F}
}
\prop_gset_eq:Nc \g__pdfmeta_standard_prop { g__pdfmeta_standard_pdf/A-4F_prop }
\AddToDocumentProperties [document]{pdfstandard}{A-4F}
}
,_pdfstandard / A-4E .code:n =
{
\prop_if_exist:cTF { g__pdfmeta_standard_pdf/A-4E_prop }
{
\prop_gset_eq:Nc \g__pdfmeta_standard_prop { g__pdfmeta_standard_pdf/A-4E_prop }
}
{
\prop_gset_eq:Nc \g__pdfmeta_standard_prop { g__pdfmeta_standard_pdf/A-4_prop }
\prop_gput:Nnn \g__pdfmeta_standard_prop{conformance}{E}
}
\prop_gset_eq:Nc \g__pdfmeta_standard_prop { g__pdfmeta_standard_pdf/A-4E_prop }
\AddToDocumentProperties [document]{pdfstandard}{A-4E}
}
,_pdfstandard / unknown .code:n =
Expand Down

0 comments on commit edd9e4f

Please sign in to comment.