|  | @@ -14,50 +14,55 @@
 | 
											
												
													
														|  |  \input{docs/preamble}
 |  |  \input{docs/preamble}
 | 
											
												
													
														|  |  \begin{document}
 |  |  \begin{document}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -%---------------- COVER PAGE -------------------
 |  | 
 | 
											
												
													
														|  | 
 |  | +%------------------- META ----------------------
 | 
											
												
													
														|  | 
 |  | +\title{Example}
 | 
											
												
													
														|  | 
 |  | +\author{Joost Sijm}
 | 
											
												
													
														|  | 
 |  | +\date{\today}
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +%================ COVER PAGE ===================
 | 
											
												
													
														|  |  \newpage
 |  |  \newpage
 | 
											
												
													
														|  |  \pagestyle{fancy}
 |  |  \pagestyle{fancy}
 | 
											
												
													
														|  | -\fancyhf{}
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -%------------------ HEAD -----------------------
 |  | 
 | 
											
												
													
														|  | -% \fancyhead[L]{ \includegraphics[scale=0.9]{figs/logo.pdf} }
 |  | 
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  %------------------ TITLE ----------------------
 |  |  %------------------ TITLE ----------------------
 | 
											
												
													
														|  | -\vspace*{6cm}
 |  | 
 | 
											
												
													
														|  | 
 |  | +\makeatletter
 | 
											
												
													
														|  | 
 |  | +\begin{titlepage}
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +\vspace*{5cm}
 | 
											
												
													
														|  |  \begin{center}
 |  |  \begin{center}
 | 
											
												
													
														|  | -\Huge  {Big Title}\\
 |  | 
 | 
											
												
													
														|  | -\vspace{1cm}
 |  | 
 | 
											
												
													
														|  | -\huge {Middle Title}\\
 |  | 
 | 
											
												
													
														|  | -\vspace{1cm}
 |  | 
 | 
											
												
													
														|  | -\small {HVA}\\
 |  | 
 | 
											
												
													
														|  | 
 |  | +	\Huge{\@title}\\
 | 
											
												
													
														|  | 
 |  | +	\vspace{1cm}
 | 
											
												
													
														|  | 
 |  | +	\huge {Middle Title}\\
 | 
											
												
													
														|  | 
 |  | +	\vspace{1cm}
 | 
											
												
													
														|  | 
 |  | +	\small {Hogeschool van Amsterdam}\\
 | 
											
												
													
														|  |  \end{center}
 |  |  \end{center}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  %------------------ NAMES ----------------------
 |  |  %------------------ NAMES ----------------------
 | 
											
												
													
														|  |  \vfill
 |  |  \vfill
 | 
											
												
													
														|  |  \begin{flushright}
 |  |  \begin{flushright}
 | 
											
												
													
														|  | -\begin{tabular}{ll}
 |  | 
 | 
											
												
													
														|  | -Joost Sijm\\
 |  | 
 | 
											
												
													
														|  | -\today\\
 |  | 
 | 
											
												
													
														|  | -HVA, IS110
 |  | 
 | 
											
												
													
														|  | -\end{tabular}
 |  | 
 | 
											
												
													
														|  | 
 |  | +	\@author\\
 | 
											
												
													
														|  | 
 |  | +	\@date\\
 | 
											
												
													
														|  | 
 |  | +	HVA, IS110
 | 
											
												
													
														|  |  \end{flushright}
 |  |  \end{flushright}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -%------------- HEADER - FOOTER -----------------
 |  | 
 | 
											
												
													
														|  | 
 |  | +\end{titlepage}
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +%============= HEADER & FOOTER =================
 | 
											
												
													
														|  |  \newpage
 |  |  \newpage
 | 
											
												
													
														|  |  \pagestyle{fancy}
 |  |  \pagestyle{fancy}
 | 
											
												
													
														|  |  \fancyhf{}
 |  |  \fancyhf{}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  %HEADER
 |  |  %HEADER
 | 
											
												
													
														|  | -\fancyhead[L]{\small \rm \textit{Section \rightmark}}
 |  | 
 | 
											
												
													
														|  | 
 |  | +\fancyhead[L]{\small \rm \textit{\rightmark}}
 | 
											
												
													
														|  |  \fancyhead[R]{\small \rm \textbf{\thepage}}
 |  |  \fancyhead[R]{\small \rm \textbf{\thepage}}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  %FOOTER
 |  |  %FOOTER
 | 
											
												
													
														|  | -\fancyfoot[L]{\small \rm \textit{Hoogeschool van Amsterdam}}
 |  | 
 | 
											
												
													
														|  | -\fancyfoot[R]{\small \rm \textit{Joost Sijm}}
 |  | 
 | 
											
												
													
														|  | 
 |  | +\fancyfoot[L]{\small \rm \textit{\@title}}
 | 
											
												
													
														|  | 
 |  | +\fancyfoot[R]{\small \rm \textit{Joost Sijm – HVA}}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  \renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
 |  |  \renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
 | 
											
												
													
														|  |  \renewcommand{\headrulewidth}{0.5pt}
 |  |  \renewcommand{\headrulewidth}{0.5pt}
 | 
											
												
													
														|  |  \renewcommand{\footrulewidth}{0.5pt}
 |  |  \renewcommand{\footrulewidth}{0.5pt}
 | 
											
												
													
														|  | 
 |  | +\makeatother
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  %================== INDEX ======================
 |  |  %================== INDEX ======================
 | 
											
												
													
														|  |  \tableofcontents
 |  |  \tableofcontents
 |