我刚刚卸载了 TeX Live 2016 并安装了 TeX Live 2017,我注意到任何beamer
使用华沙主题的演示文稿中作者和标题的垂直对齐都被打乱了。在这个例子中,作者是JESTIN
,标题是Beamer Intro
。我该如何将它们垂直居中?
beamer
此外,我刚刚在命令提示符中编写的指南的演示文稿texdoc beamer
的一部分中发现了同样的错误warsaw
。
这是我的代码:
\documentclass{beamer}
\usetheme{warsaw}
\title[Beamer Intro]{Beamer - Introduction to \LaTeX{} presentation making}
\author[JESTIN]{Jestin Joy}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\end{document}
答案1
此错误已在 3.48 版本中修复,请参阅https://github.com/josephwright/beamer/commit/f09629cdc88bcceb4e0446f16966489733bf6914
作为临时解决方法,直到 3.48 达到 ctan,放置https://raw.githubusercontent.com/josephwright/beamer/master/base/beamerbasecolor.sty与您的文档位于同一文件夹中.tex
。