diff options
author | Norbert Preining <norbert@preining.info> | 2022-09-27 03:02:45 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-09-27 03:02:45 +0000 |
commit | 358efc294299fa1b336a63da305121fb8b71447b (patch) | |
tree | 0c0b70e0c71feb835e4645799d4d9b4eba1fdd3a /macros/latex/contrib/pdfmanagement-testphase/pdfmanagement-testphase.dtx | |
parent | 3416c5679e9cfa1ebba2296ecf401319a9f1cfe6 (diff) |
CTAN sync 202209270302
Diffstat (limited to 'macros/latex/contrib/pdfmanagement-testphase/pdfmanagement-testphase.dtx')
-rw-r--r-- | macros/latex/contrib/pdfmanagement-testphase/pdfmanagement-testphase.dtx | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/macros/latex/contrib/pdfmanagement-testphase/pdfmanagement-testphase.dtx b/macros/latex/contrib/pdfmanagement-testphase/pdfmanagement-testphase.dtx index 22f0445ac0..ffc2dca20c 100644 --- a/macros/latex/contrib/pdfmanagement-testphase/pdfmanagement-testphase.dtx +++ b/macros/latex/contrib/pdfmanagement-testphase/pdfmanagement-testphase.dtx @@ -23,10 +23,9 @@ % for those people who are interested. % %<*driver> -\RequirePackage{pdfmanagement-testphase} \DocumentMetadata{pdfstandard=A-2b} \documentclass{l3doc} -\usepackage{tabularx,array,booktabs,hyperxmp} +\usepackage{tabularx,array,booktabs} \hypersetup{pdfauthor=The LaTeX Project,pdftitle=LaTeX PDF management testphase bundle} \newcommand\potentialclash{\noindent\llap{\dbend\ }} \raggedbottom @@ -48,7 +47,7 @@ % }^^A % } % -% \date{Version 0.95r, released 2022-08-24} +% \date{Version 0.95s, released 2022-09-26} % % \maketitle % \begin{documentation} @@ -326,20 +325,21 @@ % see the documentation of \pkg{l3pdfmeta}. % % \subsection{hyperxmp} -% \pkg{hyperxmp} uses \cs{pdfcatalog} to insert the \texttt{/MetaData} reference. This -% makes it incompatible, but adjusting this is even possible with external -% patches. \pkg{hyperxmp} also relies on some \pkg{hyperref} internals, so -% changes in \pkg{hyperref} must be coordinated. +% \pkg{hyperxmp} uses \cs{pdfcatalog} to insert the \texttt{/MetaData} reference +% and also relies on some \pkg{hyperref} internals which are not present in the new +% generic driver used by \pkg{hyperref} when the pdfmanagement is active. +% This makes \pkg{hyperxmp} incompatible. % -% Some patch code is provided by the bundle and loaded automatically, -% but it is not complete currently. Failures are e.g. possible with complicated -% author or title settings. The handling of dates isn't correct either yet. -% The patch code can be disabled by using |debug={firstaidoff=hyperxmp}| in \cs{DocumentMetadata} +% For some time some patch code was provided by the bundle to keep \pkg{hyperxmp} +% working but starting with version 0.95s XMP-metadata are handled directly +% by the \pkg{pdfmanagement-testphase} bundle (see the documentation of \pkg{l3pdfmeta}) +% and the patch code has been removed and the loading of +% \pkg{hyperxmp} has been disabled. % % \subsection{tikz/pgf} % \pkg{pgf} writes to the page resources too and so is incompatible. The needed % changes are rather small and will be done in coordination with the maintainer. -% Until this works, \pkg{pagemanagement} will load the patches automatically. +% Until this works, \pkg{pdfmanagement-testphase} will load the patches automatically. % This can be disabled by using |debug={firstaidoff=pgf}| in \cs{DocumentMetadata} % % \subsection{transparent} @@ -356,7 +356,7 @@ % The package is incompatible. Some patches % have been added to \pkg{pdfmanagement-firstaid}. % Alternative code for spot colors is -% in the \pkg{l3color} package which has now been add to \pkg{l3kernel}. +% in the \pkg{l3color} package which has now been added to \pkg{l3kernel}. % % \subsection{embedfile, attachfile, attachfile2} % Tools needed to be able to write a replacement @@ -386,7 +386,7 @@ % \begin{macrocode} %<@@=pdf> %<*package> -\ProvidesExplPackage{pdfmanagement-testphase}{2022-08-24}{0.95r} +\ProvidesExplPackage{pdfmanagement-testphase}{2022-09-26}{0.95s} {LaTeX PDF management testphase bundle} \providecommand\IfFormatAtLeastTF{\@ifl@t@r\fmtversion} \IfFormatAtLeastTF{2020-10-01}{}{ @@ -414,7 +414,7 @@ % to allow to set it in the document. % \begin{macrocode} %<*header> -\ProvidesExplFile{pdfmanagement-testphase.ltx}{2022-08-24}{0.95r} +\ProvidesExplFile{pdfmanagement-testphase.ltx}{2022-09-26}{0.95s} {PDF~management~code~(testphase)} %</header> %<*package> |