From 2faf2507ca4d1d6d153f4c2b4c4c78479d459f06 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 15 Jun 2021 03:01:03 +0000 Subject: CTAN sync 202106150301 --- .../latex/contrib/pdfmanagement-testphase/ltdocinit.dtx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'macros/latex/contrib/pdfmanagement-testphase/ltdocinit.dtx') diff --git a/macros/latex/contrib/pdfmanagement-testphase/ltdocinit.dtx b/macros/latex/contrib/pdfmanagement-testphase/ltdocinit.dtx index 4d6974eefe..d8e85c5e4c 100644 --- a/macros/latex/contrib/pdfmanagement-testphase/ltdocinit.dtx +++ b/macros/latex/contrib/pdfmanagement-testphase/ltdocinit.dtx @@ -51,7 +51,7 @@ % }^^A % } % -% \date{Version 0.95d, released 2021-05-14} +% \date{Version 0.95e, released 2021-06-14} % % \maketitle % \begin{documentation} @@ -103,10 +103,13 @@ % \item[\texttt{lang}] to set the Lang entry in the Catalog. % E.g. \texttt{lang=de-DE}. The initial value is |en-US| % \item[\texttt{pdfstandard}] Choice key to set the pdf standard. -% Currently |A-1b|, |A-2b| and |A-3b| are accepted as -% values. The underlying code to ensure the requirements (as far as they +% Currently |A-1b|, |A-2b|, |A-2u|, |A-3b| and |A-3u| are accepted as +% values. The casing is irrelevant, |a-1b| works too. +% The underlying code to ensure the requirements (as far as they % can be ensured) is incomplete, but a color profile is included and the -% /OutputIntent is set. More information can be found in the documentation +% /OutputIntent is set. The |u| variants for example do not force unicode, +% but they will pass the information to hyperref and hyperxmp. +% More information can be found in the documentation % of \pkg{l3pdfmeta}. % \item[\texttt{colorprofiles}] This allows to load icc-colorprofiles. Details % are described in the documentation of \pkg{l3pdfmeta}. @@ -138,7 +141,7 @@ % % \begin{function}{\GetDocumentProperties} % \begin{syntax} -% \cs{AddToDocumentProperties}\Arg{label/property} +% \cs{GetDocumentProperties}\Arg{label/property} % \end{syntax} % Expands to the \meta{value} corresponding to \meta{label/property} % in the container. If \meta{label/property} is missing, @@ -164,7 +167,7 @@ % \begin{macrocode} %<@@=pdfmanagement> %<*header> -\ProvidesExplPackage{ltdocinit}{2021-05-14}{0.95d} +\ProvidesExplPackage{ltdocinit}{2021-06-14}{0.95e} {Initialize document metadata} % % \end{macrocode} @@ -329,7 +332,7 @@ \keys_set:nn {document / metadata} {_pdfstandard=\str_uppercase:n{#1}} } ,_pdfstandard .choices:nn = - {A-1B,A-2B,A-3B} + {A-1B,A-2B,A-2U,A-3B,A-3U} { \prop_if_exist:cT { g__pdfmeta_standard_pdf/#1_prop } { -- cgit v1.2.3