到目前为止,该\pause
命令会使脚注编号变得混乱。
\documentclass{beamer}
\usepackage{parnotes, scrextend}
\changefontsizes{20pt}
\begin{document}
\begin{frame}[t]{Frame}
\begin{itemize}
\item Foo\parnote{First note}\pause
\item Bar\parnote{Second note}\pause
\item Baz\parnote{Third note}
\end{itemize}
\vfill
\footnoterule
\parnotes
\end{frame}
\end{document}