latex beamer: prevent showing the TOC at one occasion
问题 Normally I use \AtBeginSection[] { \begin{frame}<beamer>{Gliederung} \tableofcontents[currentsection] \end{frame} } in my preamble to achieve that before a new sections starts the TOC is shown with the now starting section highlighted. In the talk I am actually preparing I have one special section for which I do not want this behavior. The transition from the section before should be "silent". All the other sections should start like they do now. I am sure that must be possible. 回答1: In the