We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cd66a commit f1912a5Copy full SHA for f1912a5
base/doc/ltnews42.tex
@@ -180,12 +180,14 @@ \subsection{Expanding the \cs{DocumentMetadata} command}
180
For documents that want to load the PDF management but do not want the new tagging support
181
code we provide a dedicated package. Such documents should replace
182
\begin{verbatim}
183
-\DocumentMetadata{pdfversion=1.7,pdfstandard=a-3b}
+\DocumentMetadata{pdfversion=1.7,
184
+ pdfstandard=a-3b}
185
\end{verbatim}
186
by
187
188
\RequirePackage{pdfmanagement}
-\SetKeys[document/metadata]{pdfversion=1.7,pdfstandard=a-3b}
189
+\SetKeys[document/metadata]{pdfversion=1.7,
190
191
192
193
0 commit comments