在 Beamer 中,即使没有标题,Latex 也会在幻灯片顶部添加一个(空白)栏。
\documentclass[]{beamer}
\usetheme{Rochester}
\title {Test}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
Test\\\vfill
Test\\\vfill
Test\\\vfill
Test\\\vfill
Test\\\vfill
Test\\\vfill
Test
\par\end{frame}
\end{document}
如何省略此栏并在页面顶部开始没有标题的幻灯片?(演示文稿标题页类似)。