add tag
UdiB
For the following document, I looked with a pdf viewer at the pdf metadata, and the author field is empty.

Can anyone tell me why?

```
% !TEX TS-program = lualatex
\pdfextension info {
/Title (pdf file title)
/Author (Foo)
/Subject (mathematics)
/Producer (LuaLaTex)
/Creator (LaTeX and Beamer)
/ModDate (D:20260418002300Z)
/CreationDate (D:20260417000000Z)
/Keywords (group theory, linear algebra)
}
\documentclass{beamer}
\title[]{My presentation}
\author[]{John Doe}
\begin{document}
\maketitle
\begin{frame}
Hello World
\end{frame}
\end{document}
```

This room is for discussion about this question.

Once logged in you can direct comments to any contributor here.

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.