From a8b1d09bdd191cd4ba056ec2397857a04c376f6b Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 23 Apr 2015 23:03:37 +0200 Subject: [PATCH] Hide subsubsections in initial TOC --- VL1/VL1.tex | 2 +- VL2/VL2.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VL1/VL1.tex b/VL1/VL1.tex index f59d9d4..18aaf55 100644 --- a/VL1/VL1.tex +++ b/VL1/VL1.tex @@ -13,7 +13,7 @@ \begin{frame} \frametitle{\ifger{Inhaltsverzeichnis}{Table of Contents}} -\tableofcontents[hidesubsections=true] +\tableofcontents[hidesubsections=true,subsubsectionstyle=hide] \end{frame} \input{./VL1_document_structure.tex} diff --git a/VL2/VL2.tex b/VL2/VL2.tex index 3f70cf3..1583dc6 100644 --- a/VL2/VL2.tex +++ b/VL2/VL2.tex @@ -13,7 +13,7 @@ \begin{frame} \frametitle{\ifger{Inhaltsverzeichnis}{Table of Contents}} -\tableofcontents[hidesubsections=true] +\tableofcontents[hidesubsections=true,subsubsectionstyle=hide] \end{frame} \input{./VL2_document_structure.tex}