请问为什么章节目录为什么不高亮本章节?

2020-12-09 16:06发布

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

## 编译环境 操作系统 * [* ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [* ] TexLive `年份` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 请问章节目录为什么不高亮本章节? ``` \documentclass[UTF8]{ctexbeamer} \AtBeginSection[] { \begin{frame}{主要内容} \tableofcontents \end{frame} } \begin{document} \begin{frame} \tableofcontents \end{frame} \section{第一章} \begin{frame} 苹果 \end{frame} \section{第二章} \begin{frame} 橘子 \end{frame} \section{第三章} \begin{frame} 香蕉 \end{frame} \end{document} ```