Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

samcarter
Copy link
Collaborator

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}

…josephwright#885)

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}
```
@samcarter samcarter merged commit 6f2f6f6 into josephwright:main Feb 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant