在 Theorem 将背景变黑之前暂停命令

在 Theorem 将背景变黑之前暂停命令

我在 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/654https://github.com/josephwright/beamer/issues/650了解详情)

在此处输入图片描述

相关内容