From 2227dc36ab26f8ed17bbf4e34e76187897cba883 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Mon, 20 Apr 2020 15:37:42 +0200
Subject: [PATCH] place title page only in verbose mode

---
 main.tex | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/main.tex b/main.tex
index 82220d91..426a0f9c 100644
--- a/main.tex
+++ b/main.tex
@@ -12,6 +12,8 @@
 
 \begin{document}
 
+\iftoggle{verbose}{
+
 \begin{titlepage}
 	\centering
 	\vspace{2cm}
@@ -24,6 +26,8 @@
 
 \end{titlepage}
 
+}{}
+
 \pagenumbering{roman}
 
 \tableofcontents
-- 
GitLab