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

frametitlecaps option causes footnotes in title to be printed in all-caps #15

Open
michaelroland opened this issue Nov 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@michaelroland
Copy link
Owner

Issue

When the frametitlecaps option is enabled, footnotes in frametitles get shown in all-capital letters.

Steps to reproduce

\begin{frame}
\frametitle{My Frame\footnote{This slide is very important!}}
\begin{itemize}
\item Item 1
\item Item 2
\item Item 3
\end{itemize}
\end{frame}

Example

Expected behavior

Footnote should not be \MakeUppercase'd.

@michaelroland michaelroland self-assigned this Nov 8, 2024
@michaelroland michaelroland added the bug Something isn't working label Nov 8, 2024
@michaelroland
Copy link
Owner Author

Looking at https://tex.stackexchange.com/a/374633/290236, it might just be wrong to use \footnote in the title. We may need to use \footnotemark (in combination with \footnotetext outside the title) instead.

See https://tex.stackexchange.com/a/474450/290236 for a potential solution. Can we re-define \footnote inside frametitle to do exactly this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant