Skip to content

Commit

Permalink
DeclareDocumentMetadata -> DocumentMetadata (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 authored Aug 13, 2024
1 parent 379139d commit cad6c10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/hyperref-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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 & \\
Expand Down
2 changes: 1 addition & 1 deletion hyperref-patches.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cad6c10

Please sign in to comment.