josephwright / beamer

A LaTeX class for producing presentations and slides
Other
1.35k stars 139 forks source link

Incompatibility of inmargin theme with `usepdftitle=false` option (fix #885) #886

Closed samcarter closed 4 months ago

samcarter commented 4 months ago

Provisional fix - in a very specific situation, the author will be missing on the title page:

\documentclass[
usepdftitle=false
]{beamer}

\author[]{Lecturer Name}

\usetheme{Bergen}

\begin{document}
\maketitle
\end{document}