如何让beamer的每一节前面都出现目录啊?

2020-12-10 18:18发布

## 编译环境 操作系统 * [ ] Windows 7/8/10 * [ ] macOS * [X ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [X] TexLive `...

## 编译环境 操作系统 * [ ] Windows 7/8/10 * [ ] macOS * [X ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [X] TexLive `年份` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 如何让beamer的每一节前面都出现目录啊?
1条回答
赵超军
2020-12-10 18:19
自问自答,转自QQ群,觉得问题挺好,整理下。 ``` \AtBeginSection{ \begin{frame} \frametitle{Outline} \tableofcontents[options....] \end{frame} } ```

一周热门 更多>