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]
1.4m articles
1.4m replys
5 comments
57.0k users