
當文件中有多個框架時,我的投影機簡報的標題頁會自動底部對齊。
微量元素
這裡沒有問題 - 輸出符合預期:
\documentclass{beamer}
\title{Title}
\author{Me}
\begin{document}
\titlepage
\end{document}
然而,使用下面的程式碼,標題頁中的文字是底部對齊的:
\documentclass{beamer}
\title{Title}
\author{Me}
\begin{document}
\titlepage
\begin{frame}
Text
\end{frame}
\end{document}
發生這種情況有明確的原因嗎?模板來源中是否可能發生了某些變化?最簡單的修復可能是重新安裝投影機軟體包嗎?