Tagged Questions
4
votes
1answer
152 views
Footnote rule in beamer showing too early with overlays
Consider the following MWE :
\documentclass{beamer}
\begin{document}
\begin{frame}
\begin{itemize}[<+->]
\item item
\item item\footnote<.->{footnote}
\item item
\end{itemize}
...
9
votes
1answer
532 views
Footnotes disappear when using overlays in beamer
I use footnotes for citations in combination with the beamer package. I adapted the code from this question and everything works quice nicely - except when using overlays. Then the footnotes only show ...