-
如果写成 \AtBeginSection[]{
\begin{frame}
\tableofcontents[currentsection,subsectionstyle=show/show/hide]
\end{frame}
} 那么其他节的二级标题(subsection)会隐藏,但是其他节的三级标题(subsubsection)依然看得到。有什么解决办法呢? |
Beta Was this translation helpful? Give feedback.
Answered by
ADSWT518
Jun 25, 2025
Replies: 1 comment 2 replies
-
已解决,增加subsubsectionstyle=show/show/show/hide即可 \AtBeginSection[]{
\begin{frame}
\tableofcontents[currentsection,subsectionstyle=show/show/hide, subsubsectionstyle=show/show/show/hide]
\end{frame}
} ref: https://tex.stackexchange.com/questions/231128/beamer-highlighting-subsubsections-in-toc |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ADSWT518
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
已解决,增加subsubsectionstyle=show/show/show/hide即可
ref: https://tex.stackexchange.com/questions/231128/beamer-highlighting-subsubsections-in-toc