|
@@ -20,22 +20,28 @@
|
|
|
\usepackage{listings} %Codigo
|
|
|
\lstset{language=C, tabsize=4,framexleftmargin=5mm,breaklines=true}
|
|
|
|
|
|
-\title{Implementatie van Gecontaineriseerde Applicaties}
|
|
|
-\author{Joost Sijm}
|
|
|
-\date{\today}
|
|
|
+% get settings
|
|
|
+\input{config}
|
|
|
|
|
|
\makeatletter
|
|
|
\let\thetitle\@title
|
|
|
\let\theauthor\@author
|
|
|
\let\thedate\@date
|
|
|
-\newcommand{\thestudentnumber}{500784234}
|
|
|
-\newcommand{\theschool}{Hogeschool van Amsterdam}
|
|
|
-\newcommand{\thesecondtitle}{1000RSK\_17}
|
|
|
-\newcommand{\thethirdtitle}{Research Skills}
|
|
|
\makeatother
|
|
|
|
|
|
-\pagestyle{fancy}
|
|
|
+% header and footer
|
|
|
\fancyhf{}
|
|
|
-\rhead{\theauthor}
|
|
|
-\lhead{\thetitle}
|
|
|
-\cfoot{\thepage}
|
|
|
+\pagestyle{fancy}
|
|
|
+
|
|
|
+% header
|
|
|
+\fancyhead[L]{\small\rm\textit{\rightmark}}
|
|
|
+\fancyhead[R]{\small\rm\textbf{\thepage}}
|
|
|
+\renewcommand{\headrulewidth}{0.5pt}
|
|
|
+
|
|
|
+% footer
|
|
|
+\fancyfoot[L]{\small\rm\textit{\thetitle}}
|
|
|
+\fancyfoot[R]{\small\rm\textit{\theauthor– \theschool}}
|
|
|
+\renewcommand{\footrulewidth}{0.5pt}
|
|
|
+
|
|
|
+\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
|
|
|
+
|