From cad6c10ab125f6ce0d087ab77dd820c6e2be23b3 Mon Sep 17 00:00:00 2001 From: mbertucci47 <61854785+mbertucci47@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:04:16 -0600 Subject: [PATCH] DeclareDocumentMetadata -> DocumentMetadata (#351) --- doc/hyperref-doc.tex | 4 ++-- hyperref-patches.dtx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/hyperref-doc.tex b/doc/hyperref-doc.tex index 6af1de2..18e343c 100644 --- a/doc/hyperref-doc.tex +++ b/doc/hyperref-doc.tex @@ -598,9 +598,9 @@ \section{Package options} option & remark \\\hline all driver options, e.g. \texttt{pdftex} & often not needed, as detected automatically\\ implicit \\ -pdfa & no-op with new pdfmanagement, set the standard in \cs{DeclareDocumentMetadata}.\\ +pdfa & no-op with new pdfmanagement, set the standard in \cs{DocumentMetadata}.\\ unicode & is the default now anyway\\ -pdfversion & no-op with new pdfmanagement, set the version in \cs{DeclareDocumentMetadata}.\\ +pdfversion & no-op with new pdfmanagement, set the version in \cs{DocumentMetadata}.\\ bookmarks & this will probably change at some time. \\ backref &\\ pagebackref & \\ diff --git a/hyperref-patches.dtx b/hyperref-patches.dtx index ac4bac4..5e6fb82 100644 --- a/hyperref-patches.dtx +++ b/hyperref-patches.dtx @@ -28,7 +28,7 @@ % %<*driver> \RequirePackage{pdfmanagement-testphase} -\DeclareDocumentMetadata{pdfstandard=A-2b} +\DocumentMetadata{pdfstandard=A-2b} \makeatletter \declare@file@substitution{doc.sty}{doc-v3beta.sty} \makeatother