gpt4 book ai didi

latex - 如何在 latex 投影仪类的幻灯片底部显示带有 toc 的进度条?

转载 作者:行者123 更新时间:2023-12-05 05:04:03 24 4
gpt4 key购买 nike

我正在使用带有 Boadilla 主题的 beamer 类。底部有一个包含作者姓名、标题和日期的栏。在这个栏上方,我需要显示另一个栏,它水平包含目录,并在当前部分突出显示,与 Goettingen 主题右侧显示的垂直栏完全一样。我该怎么做?

最佳答案

\documentclass{beamer}

\usetheme{Boadilla}

\addtobeamertemplate{footline}{%
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
\insertsectionnavigationhorizontal{\paperwidth}{}{}
\end{beamercolorbox}}%

}

\begin{document}

\section{Duck}
\begin{frame}
abc
\end{frame}

\section{Bear}
\begin{frame}
abc
\end{frame}

\section{Marmot}
\begin{frame}
abc
\end{frame}

\section{Falcon}
\begin{frame}
abc
\end{frame}

\end{document}

enter image description here

关于latex - 如何在 latex 投影仪类的幻灯片底部显示带有 toc 的进度条?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61272509/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com