From 5e0c4c502da1ac1b8d6c6197f30a72e6139542ef Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Fri, 22 Apr 2022 17:18:24 +0200
Subject: [PATCH] removed twoside from default document-options

---
 project.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project.tex b/project.tex
index 455907a..76bc5f7 100644
--- a/project.tex
+++ b/project.tex
@@ -1,4 +1,4 @@
-\documentclass[twoside,f1]{HsH-report} % documentclass
+\documentclass[f1]{HsH-report} % documentclass
 
 % include packages here
 
-- 
GitLab