Skip to content

Commit f1912a5

Browse files
committed
Wrap some lines
1 parent 88cd66a commit f1912a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

base/doc/ltnews42.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,14 @@ \subsection{Expanding the \cs{DocumentMetadata} command}
180180
For documents that want to load the PDF management but do not want the new tagging support
181181
code we provide a dedicated package. Such documents should replace
182182
\begin{verbatim}
183-
\DocumentMetadata{pdfversion=1.7,pdfstandard=a-3b}
183+
\DocumentMetadata{pdfversion=1.7,
184+
pdfstandard=a-3b}
184185
\end{verbatim}
185186
by
186187
\begin{verbatim}
187188
\RequirePackage{pdfmanagement}
188-
\SetKeys[document/metadata]{pdfversion=1.7,pdfstandard=a-3b}
189+
\SetKeys[document/metadata]{pdfversion=1.7,
190+
pdfstandard=a-3b}
189191
\end{verbatim}
190192

191193

0 commit comments

Comments
 (0)