diff --git a/general/layout.tex b/general/layout.tex
index c2706fec31099c084cb3cfe818f00c301bfb98c7..622419539b212705bd0d47330edf4271884b2d18 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}
+