## 编译环境 操作系统 * [ ] Windows 7/8/10 * [ ] macOS * [X ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [X] TexLive `年份` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 如何让beamer的每一节前面都出现目录啊?

1 回答1

0
自问自答,转自QQ群,觉得问题挺好,整理下。 ``` \AtBeginSection{ \begin{frame} \frametitle{Outline} \tableofcontents[options....] \end{frame} } ```

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。