我在 beamer 中使用\pause
命令Theorem
,结果如下。我更新了 MikTex,所以我猜测可能是更新导致了这个问题,但不确定。任何帮助都将不胜感激,谢谢。
\documentclass[]{beamer}
\usetheme{Madrid}
\setbeamercovered{transparent}
\begin{document}
\begin{frame}
\pause
\begin{theorem}
A theorem.
\end{theorem}
\end{frame}
\end{document}
更新代码在 Overleaf 上运行良好,但在我的电脑上(我使用 MikTex 和 TexMaker)问题仍然存在。它还存在于其他几个主题中,例如主题Warsaw
答案1
在@Ulrike Fischer 的帮助下,该错误已在 beamer v3.61 或更高版本中得到修复
(看https://github.com/josephwright/beamer/issues/654和https://github.com/josephwright/beamer/issues/650了解详情)