From 1cb2f516c437fd6b8b363c565f849dda64c68c68 Mon Sep 17 00:00:00 2001
From: "Schneider, Thomas" <thomas.schneider2@tu-darmstadt.de>
Date: Thu, 19 Oct 2023 15:40:09 +0200
Subject: [PATCH] Update layout.tex

---
 general/layout.tex | 103 ++++++++++++++++++++++-----------------------
 1 file changed, 50 insertions(+), 53 deletions(-)

diff --git a/general/layout.tex b/general/layout.tex
index c2706fe..6224195 100644
--- a/general/layout.tex
+++ b/general/layout.tex
@@ -1,53 +1,50 @@
-% !TEX root = ../main.tex
-% !TEX spellcheck = en_GB
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% LAYOUT SETTING - using fancyhdr
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\newcommand{\submissiontitle}[1]{
-	\pagestyle{fancy}
-	\setlength{\headheight}{14.5pt}
-	\fancyhead[R]{\thepage}
-	\fancyhead[L]{#1}
-	\fancyfoot{}
-	\title{#1}
-}
-
-
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% REDUCING the white part
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\newgeometry{headheight=15.5pt, marginparwidth=2cm}
-%\linenumbers
-
-% allow page-breaks in mathematics mode but avoid them
-\allowdisplaybreaks[1]
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Hyperlinks Setup
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\hypersetup{
-	colorlinks = true,		% instead of frames around the links, colour links
-	linkcolor  = darkblue,  % colour internal links
-	citecolor  = darkred,	% colour of citations
-	urlcolor   = darkgreen	% colour of external links
-}
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Colours
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\definecolor{darkgreen}{rgb}{0,0.6,0}
-\definecolor{darkred}{RGB}{185,40,25}
-\definecolor{darkblue}{RGB}{0,95,140}
-\definecolor{darkyellow}{RGB}{155,135,12}
-
-
+% !TEX root = ../main.tex
+% !TEX spellcheck = en_GB
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% LAYOUT SETTING - using fancyhdr
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\newcommand{\submissiontitle}[1]{
+	\pagestyle{fancy}
+	\setlength{\headheight}{14.5pt}
+	\fancyhead[R]{\thepage}
+	\fancyhead[L]{#1}
+	\fancyfoot{}
+	\title{#1}
+}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Reducing the margin
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\newgeometry{headheight=15.5pt, marginparwidth=2cm}
+%\linenumbers
+
+% allows page-breaks in mathematics mode but tries to avoid them
+\allowdisplaybreaks[1]
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Hyperlinks Setup
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\hypersetup{
+	colorlinks = true,      % instead of frames around the links, colors links
+	linkcolor  = darkblue,  % color of internal links
+	citecolor  = darkred,   % color of citations
+	urlcolor   = darkgreen  % color of external links
+}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Colors
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\definecolor{darkgreen}{rgb}{0,0.6,0}
+\definecolor{darkred}{RGB}{185,40,25}
+\definecolor{darkblue}{RGB}{0,95,140}
+\definecolor{darkyellow}{RGB}{155,135,12}
+
-- 
GitLab