From 4426bcb529233c167126bf83a71963972cbad5cc Mon Sep 17 00:00:00 2001
From: Jannik Dunkelau <jannik.dunkelau@hhu.de>
Date: Mon, 28 Jun 2021 15:59:01 +0200
Subject: [PATCH] Adjust ToC spacing

---
 hhuthesis.cls | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hhuthesis.cls b/hhuthesis.cls
index fb009f5..ba70465 100644
--- a/hhuthesis.cls
+++ b/hhuthesis.cls
@@ -137,6 +137,12 @@
 \RequirePackage{caption}
 \captionsetup{width=0.9\textwidth,labelfont=bf,font=small}
 
+% Adjust ToC spacing
+\RequirePackage{tocloft}
+\renewcommand\cftsecafterpnum{\vskip10pt}
+\renewcommand\cftsubsecafterpnum{\vskip5pt}
+\renewcommand\cftsubsubsecafterpnum{\vskip5pt}
+
 %% Allow use of \frontmatter, \mainmatter, \appendix, and \backmatter
 \newcommand{\frontmatter}{
   \cleardoublepage
-- 
GitLab