删除框架中的空白区域

删除框架中的空白区域

我想删除投影仪演示文稿标题中出现的空白区域。

在此处输入图片描述

这很奇怪,因为如果我将新加坡主题改为另一个主题,问题就消失了。

自重新安装 TexLive 后出现了这个空白区域。

以下是代码:

\documentclass{beamer}
\usetheme{Singapore}
\usecolortheme{dolphin}
\begin{document}
\begin{frame}
bla
\end{frame}
\end{document}

答案1

此问题已于今天早些时候修复,请参阅此提交https://github.com/josephwright/beamer/commit/594db5d8f027c781c4ecc2b38907e04d2b16f043

新的 Beamer 版本发布前的临时解决方法:placehttps://github.com/josephwright/beamer/blob/master/base/beamerbasecolor.sty在您的工作文件夹中。

相关内容