Assume I have some sections within my latex-beamer presentation. Some of these sections contain subsections, others do not. So it looks very weird in the table of contents.
How can I suppress subsections in the table of contents?
To keep a specific subsection out of the index use: subsection*{...}
subsection*{...}
To remove all subsections from the TOC only, use: ableofcontents[hideallsubsections] (added from another answer)
ableofcontents[hideallsubsections]
2.1m questions
2.1m answers
60 comments
57.0k users