*.aux
*.bbl
*.blg
+*.brf
*.fmt
*.glg
*.glo
DOCUMENTS:=$(patsubst %.tex,%,$(shell grep -Fl documentclass *.tex))
LATEX?=pdflatex
-LATEXFLAGS?=--no-shell-escape -file-line-error -halt-on-error
+LATEXFLAGS?=-shell-escape -file-line-error -halt-on-error
BIBTEX?=bibtex
MAKEGLOSSARIES?=makeglossaries
MAKEINDEX?=makeindex
-\usepackage{geometry} % Papersize
+\usepackage[
+ inner=25mm,
+ outer=20mm,
+ marginparsep=3mm,
+ marginparwidth=13mm,
+ top=25mm,
+ bottom=20mm,
+ paperwidth=17cm,
+ paperheight=24cm]{geometry} % Papersize
\usepackage[british]{babel} % Internationalization
\usepackage[titletoc]{appendix} % Appendices
-\usepackage[hidelinks]{hyperref} % Hyperlinks
+\usepackage[pagebackref,hidelinks]{hyperref} % Hyperlinks
\usepackage{graphicx} % Graphics
\usepackage{booktabs} % Better looking tables
\usepackage{etoolbox} % Patch chapter command
\usepackage[acronym,nonumberlist]{glossaries} % Glossaries and acronyms
\usepackage[algochapter]{algorithm2e} % Pseudocode
\usepackage{makeidx} % Index
+\usepackage[inline,shortlabels]{enumitem}
+\setlist{noitemsep}
+\setlist[description]{leftmargin=\parindent}
% Have better page numbering in chapters
\patchcmd{\chapter}{plain}{headings}{}{}
-\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}
\hypersetup{pageanchor=false}
\begin{titlepage}
- \maketitle
+ \begin{center}
+ \vspace*{3.5cm}
+
+ \LARGE{\textsc{Title}}
+
+ \vspace*{15pt}
+
+ \large{\textsc{Subtitle}}
+
+ \vspace*{5pt}
+
+ \large{\textsc{More subtitle}}
+ \normalsize
+
+ \vspace{2.0cm}
+
+ Proefschrift
+
+ \vspace{0.5cm}
+
+ ter verkrijging van de graad van doctor\\
+ aan de Radboud Universiteit Nijmegen\\
+ op gezag van de rector magnificus prof.~dr.~J.H.J.M.~van~Krieken,\\
+ volgens besluit van het college van decanen\\
+ in het openbaar te verdedigen
+
+ \vspace{0.5cm}
+
+ op moodag 37 moocember 2020 \\
+ om 23:55 uur precies
+
+ \vspace{0.5cm}
+
+ door
+
+ \vspace{0.5cm}
+
+ Voornaam Achternaam\\
+
+ geboren op 32 mei 1969 te Woonplaats, Land
+ \end{center}
\end{titlepage}
+
+%\newpage
+
+\thispagestyle{empty}
+
+\begin{itemize}[leftmargin=*]
+ \item[] Promotor:
+ \begin{itemize}
+ \item[] Person Y
+ \end{itemize}
+\end{itemize}
+
+\begin{itemize}[leftmargin=*]
+ \item[] Copromotor:
+ \begin{itemize}
+ \item[] \makebox[4.2cm]{Person X\hfill} (Affiliation)
+ \end{itemize}
+\end{itemize}
+
+\begin{itemize}[leftmargin=*]
+ \item[] Manuscriptcommissie:
+ \begin{itemize}
+ \item[] \makebox[4.2cm]{Person A\hfill} (Affiliation)
+ \item[] \makebox[4.2cm]{Person B\hfill} (Affiliation)
+ \item[] \makebox[4.2cm]{Person C\hfill} (Affiliation)
+ \end{itemize}
+\end{itemize}
+
+\vfill
+
+\noindent%
+\begin{minipage}[b][][b]{0.8\textwidth}% adapt widths of minipages to your needs
+ {
+ \setlength{\parindent}{0cm}%
+ Dit onderzoek is gefinancierd door dit en dit bedrijf of deze en deze beurs.
+ }
+
+ \vspace{0.25cm}
+
+ {
+ \setlength{\parindent}{0cm}%
+ ISBN:~111-11-11111-11-1 % chktex 8
+ }
+\end{minipage}%
+
\hypersetup{pageanchor=true}