在以下最小示例中,标题栏“测试框架”具有蓝色背景:
\documentclass[compress, final]{beamer}
\usetheme[height=0mm]{Rochester}
\usecolortheme{dolphin}
\useinnertheme{rectangles}
\useoutertheme[footline=empty, subsection=true]{miniframes}
\begin{document}
\begin{frame}{Test frame}
\begin{block}<+->{Block}
Beamer is cool
\end{block}
\end{frame}
\end{document}
在我看来,它确实让幻灯片显得“沉重”。我该如何去除背景颜色?
答案1
\setbeamercolor*{frametitle}{bg=white}
将其放入序言中\begin{document}