我正在使用在线找到的自定义 beamer 模板。该模板有一个错误。问题是,在生成的 pdf 中,我无法容纳所有部分名称,其中一些超出了标题空间,我看不到它们。我应该在 .sty 中查找什么才能找到一种方法来将所有部分名称都放入标题中。我发现以下代码负责为每张幻灯片生成标题:
%% DISABLE THE NAVIGATION SYMBOLS
\defbeamertemplate*{navigation symbols}{CVC}{}
\defbeamertemplate*{headline}{CVC}
{
\begin{beamercolorbox}{section in head/foot}%
\ifnum\thepage>1%
\vskip2pt\insertnavigation{\paperwidth}\vskip2pt%
\fi%
\end{beamercolorbox}%
}
我怎样才能将所有章节标题放入投影机的标题中?