答案1
答案是肯定的。为了以防万一,我使用 beamer.cls 2021/03/19 v3.62
使用\listfiles
之前\documentclass{beamer}
检查。
\listfiles % look at the end of the .log file
\documentclass{beamer}
\usetheme{Antibes}
\begin{document}
\begin{frame}{}
\tableofcontents
\end{frame}
\section{Test 1: {\color{red}test 1}}
\begin{frame}{Hello}
How are you?
\end{frame}
\section{\color{red} Test 2: test 2}
\begin{frame}{OK}
Bye
\end{frame}
\end{document}