Skip to main content

Questions tagged [documentmetadata]

3 votes
0 answers
63 views

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 %} \...
Blair's user avatar
  • 437
1 vote
0 answers
48 views

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. ...
Manuel Cart's user avatar
2 votes
1 answer
70 views

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) ...
user2609605's user avatar
  • 1,117
2 votes
0 answers
90 views

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 ...
paulbou's user avatar
  • 143
5 votes
1 answer
180 views

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....
Linear Christmas's user avatar
4 votes
1 answer
108 views

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 ...
HerpDerpington's user avatar
0 votes
1 answer
91 views

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. ...
bishopcranmer's user avatar