如何让beamer自动生成的章节页面的导航条消失?

发布于 2021-09-23 20:44:42

在beamer中的begin{frame}后面加上[plain],能让页面下边的导航条消失.
但是在section subsection自动生成的页面还是有导航条,如何让这些页面的导航条也消失啊?附件中有代码文件.用了几个自编的sty文件.
gdsx.rar

查看更多

关注者
0
被浏览
2.3k
寄存器
寄存器 2021-09-24
这家伙很懒,什么也没写!

common/theme.sty中:
第372-376行和第461-467行的代码中,将%[plain]注释取消,如:

...
\AtBeginSection[]{%
  \begin{frame}[plain]
    \sectionpage
  \end{frame}%
}
...
\AtBeginSubsection{%
  \begin{frame}[plain]
    \setlength{\parskip}{0pt}%
    \offinterlineskip
    \subsectionpage
  \end{frame}%
}
...

另外,注意在gdsx01-02.tex的导言区应该避免使用绝对路径,强烈建议将:

\input{C:/Users/hp/Desktop/gdsx/common/theme.sty}
\input{C:/Users/hp/Desktop/gdsx/common/share.sty}
\input{C:/Users/hp/Desktop/gdsx/common/local.sty}

改为:

\input{common/theme.sty}
\input{common/share.sty}
\input{common/local.sty}

否则,更换计算机或操作系统后,极大概率无法编译!

1 个回答

撰写答案

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览