|
@@ -14,50 +14,55 @@
|
|
|
\input{docs/preamble}
|
|
|
\begin{document}
|
|
|
|
|
|
-%---------------- COVER PAGE -------------------
|
|
|
+%------------------- META ----------------------
|
|
|
+\title{Example}
|
|
|
+\author{Joost Sijm}
|
|
|
+\date{\today}
|
|
|
+
|
|
|
+%================ COVER PAGE ===================
|
|
|
\newpage
|
|
|
\pagestyle{fancy}
|
|
|
-\fancyhf{}
|
|
|
-
|
|
|
-%------------------ HEAD -----------------------
|
|
|
-% \fancyhead[L]{ \includegraphics[scale=0.9]{figs/logo.pdf} }
|
|
|
|
|
|
%------------------ TITLE ----------------------
|
|
|
-\vspace*{6cm}
|
|
|
+\makeatletter
|
|
|
+\begin{titlepage}
|
|
|
+
|
|
|
+\vspace*{5cm}
|
|
|
\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}
|
|
|
|
|
|
%------------------ NAMES ----------------------
|
|
|
\vfill
|
|
|
\begin{flushright}
|
|
|
-\begin{tabular}{ll}
|
|
|
-Joost Sijm\\
|
|
|
-\today\\
|
|
|
-HVA, IS110
|
|
|
-\end{tabular}
|
|
|
+ \@author\\
|
|
|
+ \@date\\
|
|
|
+ HVA, IS110
|
|
|
\end{flushright}
|
|
|
|
|
|
-%------------- HEADER - FOOTER -----------------
|
|
|
+\end{titlepage}
|
|
|
+
|
|
|
+%============= HEADER & FOOTER =================
|
|
|
\newpage
|
|
|
\pagestyle{fancy}
|
|
|
\fancyhf{}
|
|
|
|
|
|
%HEADER
|
|
|
-\fancyhead[L]{\small \rm \textit{Section \rightmark}}
|
|
|
+\fancyhead[L]{\small \rm \textit{\rightmark}}
|
|
|
\fancyhead[R]{\small \rm \textbf{\thepage}}
|
|
|
|
|
|
%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{\headrulewidth}{0.5pt}
|
|
|
\renewcommand{\footrulewidth}{0.5pt}
|
|
|
+\makeatother
|
|
|
|
|
|
%================== INDEX ======================
|
|
|
\tableofcontents
|