我确实喜欢使用时显示的项目符号\useoutertheme{miniframes}
,但对于我必须进行的长篇演讲来说,项目符号实在是太多了。
是否可以保留相同的主题,仅删除项目符号,然后显示幻灯片编号?
这是一个简单的例子:
\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
您可以修改标题。例如:
\setbeamertemplate{headline}
{%
\begin{beamercolorbox}[ht=3.5ex,dp=1.125ex,%
leftskip=.3cm,rightskip=.3cm plus1fil]{section in head/foot}
\usebeamerfont{section in head/foot}\usebeamercolor[fg]{section in head/foot}%
\insertsectionhead
\end{beamercolorbox}%
\begin{beamercolorbox}[colsep=1.5pt]{middle separation line head}
\end{beamercolorbox}
\begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,%
leftskip=.3cm,rightskip=.3cm plus1fil]{subsection in head/foot}
\usebeamerfont{subsection in head/foot}\insertsubsectionhead
\end{beamercolorbox}%
\begin{beamercolorbox}[colsep=1.5pt]{lower separation line head}
\end{beamercolorbox}
}
这与标题非常相似miniframes
,但它使用包含那些项目符号的内容\insertsectionhead
。\insertnavigation