Questions tagged [documentmetadata]
The documentmetadata tag has no summary.
22 questions
Score of 2
1 answer
163 views
inline enumerate broken with \DocumentMetadata
Without the \DocumentMetadata, everything works fine.
I also tried tagging=off but that makes no difference.
Similarly, using the paralist package with inparaenum instead of enumitem with enumerate* ...
Score of 2
1 answer
56 views
Setting tagging=draft and using latexmk causes problems with enumerate at newpage
Consider the following example:
\DocumentMetadata{%
tagging = draft %
}
\documentclass{article}
\begin{document}
a
\newpage
\begin{enumerate}
\item b
\end{enumerate}
c
\end{document}
If I ...
Score of 4
0 answers
93 views
Error handling with respect to DocumentMetadata seems inconsistent
Sorry for the provocative title; maybe there is a good explanation.
I observed:
\DocumentMetadata{lang}
\documentclass{article}
\begin{document}
test
\end{document}
yields no error although lang is ...
Score of 0
1 answer
67 views
Can't change figure caption sizing when using \DocumentMetadata{}
I am trying to make captions smaller but since adding metadata for alt text use I cannot control the caption size!
The document starts with this:
\DocumentMetadata{}
\documentclass[12pt]{report}
and ...
Score of 3
1 answer
132 views
Detect whether or not DocumentMetadata was set?
EDIT: As noted in comments, this question is very user-specific.
MWE:
\DocumentMetadata{} %% Any content at all.
\documentclass{book}
\IfPackageLoadedTF{tagpdf}{\typeout{USED DOCUMENTMETADATA}}{\...
Score of 1
0 answers
74 views
Document metadata with PDF/A4-f
I have noticed that if I set up my \DocumentMetadata according to the PDF/A-4f standard and fill some of the entries using hyperref, the resulting PDF shows nothing in the document info whenever I ...
Score of 6
1 answer
148 views
DocumentMetadata + setspace + biblatex: yields: "Patching footnotes failed"
I have been trying to understand what is behind this warning:
Package biblatex Warning: Patching footnotes failed.
(biblatex) Footnote detection will not work.
which is produced by, ...
Score of 5
1 answer
171 views
DocumentMetadata impeding the processing of otherwise normal file
I have an MWE that when processed (lualatex) produces an error
! Argument of \__math_grab_dollar_delim:w has an extra }.
which, as far as I know, is not true and impedes the processing of the file. ...
Score of 2
1 answer
128 views
\DocumentMetadata and custom enumitem keys
I have used enumitem to customise enumerate lists in the past. For example,
%\DocumentMetadata{}
\documentclass{article}
\usepackage{enumitem}
\newtheorem{theorem}{Theorem}
\setlist[enumerate]{wide}...
Score of 1
0 answers
69 views
cleveref+amsthm clashes with \DocumentMetadata
The MWE
\DocumentMetadata{}
\documentclass{article}
\usepackage{amsthm}
\usepackage{cleveref}
\newtheorem{theorem}{Theorem}[subsection]
\newtheorem{definition}[theorem]{Definition}
\begin{document}
...
Score of 5
0 answers
112 views
mathic not working with \DocumentMetadata
The MWE
\DocumentMetadata{}
\documentclass{article}
\usepackage{mathtools}
\mathtoolsset{mathic}
\begin{document}
\(a\)
\end{document}
gives the following error
Runaway argument?
\fi a\) \par \...
Score of 0
1 answer
155 views
DocumentMetadata combined with scrclass changes \@footnotemark
Following:
\DocumentMetadata{lang=en-US}
\documentclass{scrbook}
\begin{document}
x
\end{document}
causes
(/usr/local/texlive/2025/texmf-dist/tex/latex/koma-script/tocbasic.sty)
LaTeX Warning: ...
Score of 1
1 answer
94 views
How to check if pdfmanagement tools are loaded are not in *a stable way*?
Of course, one can check \IfPackageLoadedTF{pdfmanagement-testphase}{true}{false}, but since the name has testphase, I assume that some day it will go. If I use this test in a package, some day it ...
Score of 2
2 answers
136 views
which combinations of standards PDF/A, X, UA are valid
This question comes from the fact, that norms are quite expensive,
except PDF/UA-1/2 normed as ISO 14289-1/2 which i read.
Extrapolating a bit, what I read in Section 5 and 6 to the other norms,
it ...
Score of 6
1 answer
132 views
Missing hyphens with IBM Plex fonts and `\DocumentMetadata`
I would like to use IBM Plex Serif (and other IBM Plex fonts) for my documents. Everything works fine without \DocumentMetadata. But if I use \DocumentMetadata TeX is hangry and eats all my hyphens. ...