update skeleton to radboud standards thanks to klinik/stutterheims template
[thesis-skel.git] / thesis.tex
index 1c60e5e..56b3afd 100644 (file)
@@ -1,11 +1,10 @@
-\documentclass[b5paper]{book}
+\documentclass[twopage,10pt]{book}
 
 \input{preamble}
 
 % Document info
 \title{Some title}
-\author{Some author\\
-       {\small\href{mailto:mail@example.com}{mail@example.com}}}
+\author{Some author}
 
 % If you want to fix the date: \formatdate{10}{7}{2017}}
 \date{\today}
 %Titlepage
 \input{titlepage}
 
-%Abstract
-\chapter*{\centering Abstract}%
-\label{chp:abstract}
-\addcontentsline{toc}{chapter}{Abstract}
-\begin{quotation}
-       \centering\noindent
-       \input{abstract}
-\end{quotation}
-
-%Acknowledgements
-\chapter*{\centering Acknowledgements}%
-\label{chp:acknowledgements}
-\addcontentsline{toc}{chapter}{Acknowledgements}
-\begin{quotation}
-       \centering\it\noindent
-       \input{acknowledgements}
-\end{quotation}
-
 % Table of contents
 \tableofcontents
 
 % Start appendix
 \appendix%
 \label{chp:appendix}
+\chapter{An Appendix}%
+\label{chp:an_appendix}
+\input{an_appendix.tex}
 
+\backmatter%
 % Bibliography
 \phantomsection{}%
 \label{chp:bibliography}
 \bibliographystyle{plain}
 \bibliography{thesis}
 
+%% Lists of
+%\cleardoublepage{}
+%\phantomsection{}%
+%\label{chp:listsof...}
+%\addcontentsline{toc}{chapter}{Lists of \ldots}
+%\begingroup
+%\let\clearpage\relax
+%\let\cleardoublepage\relax
+%\listoffigures%
+%\listoftables%
+%\listofalgorithms%
+%\lstlistoflistings%
+%\endgroup
+
+% Abstract
+\chapter{Summary}%
+\label{chp:summary}
+\begin{center}
+       \noindent\input{summary}
+\end{center}
+
+% Samenvatting
+\chapter{Samenvatting}%
+\label{chp:samenvatting}
+\begin{center}
+       \noindent\input{samenvatting}
+\end{center}
+
+% Acknowledgements
+\chapter{Acknowledgements}%
+\label{chp:acknowledgements}
+\begin{center}
+       \noindent\input{acknowledgements}
+\end{center}
+
+% Curriculum Vitae
+\chapter{Curriculum Vit\ae}%
+\label{chp:curriculum_vitae}
+\input{curriculum_vitae}
+
 % Glossary
 \addcontentsline{toc}{chapter}{Glossary}%
 \label{chp:glossaries}
 \label{chp:index}
 \printindex
 
-% Lists of
-\cleardoublepage{}
-\phantomsection{}%
-\label{chp:listsof...}
-\addcontentsline{toc}{chapter}{Lists of \ldots}
-\begingroup
-\let\clearpage\relax
-\let\cleardoublepage\relax
-\listoffigures%
-\listoftables%
-\listofalgorithms%
-\lstlistoflistings%
-\endgroup
-
 \end{document}