Questions tagged [documentmetadata]
The documentmetadata tag has no summary.
7 questions
3
votes
0
answers
63
views
Tabbing + center not working with DocumentMetaData
I had a piece of code that was working in my class file a few months ago but has stopped. I have reduced things down to this MWE
%\DocumentMetadata{
% pdfversion=1.7,
% pdfstandard=A-3b
%}
\...
1
vote
0
answers
48
views
Error with bclogo and \DocumentMetadata{}
For a long time, I’ve been using the bclogo package to draw beautiful boxes in LaTeX. However, since a recent update, I’m getting an error when using \DocumentMetadata{} along with the bclogo package. ...
2
votes
1
answer
70
views
How to configure language with DocumentMetadata and documentclass
I started using \DocumentMetadata just to create PDF/A.
If I don't specify lang in the metadata, I receive
LaTeX DocumentMetadata Warning: The language has not been set in
(DocumentMetadata) ...
2
votes
0
answers
90
views
Problem with the option 'lang=fr' in \DocumentMetadata?
This code
\DocumentMetadata{lang=fr}
\documentclass[10pt]{article}
\usepackage{babel}
\begin{document}
\begin{itemize}
\item a
\item b
\item c
\end{itemize}
\end{document}
gives an ...
5
votes
1
answer
180
views
Newest pdfmanagement conflicts with tocloft package also for pdflatex
I have been using DocumentMetadata with tocloft in pdflatex without setbacks for more than two years. However, something changed with the most recent updates.
Currently the code gives warning tocloft....
4
votes
1
answer
108
views
Set OriginalDocumentID (and other XMP metadata) from PDF management
For XMP metadata, there is a field called OriginalDocumentID. How can I set this from lualatex (or pdflatex) using the PDF management machinery? This field is briefly mentioned in the l3pdfmeta ...
0
votes
1
answer
91
views
\DocumentMetadata Causing Undefined Control Sequence
In a plain vanilla document using the memoir class and with \DocumentMetadata{lang=en} on the first line, I get the error "Undefined control sequence. \chapter{chapterName}". See code below.
...