update skeleton to radboud standards thanks to klinik/stutterheims template
authorMart Lubbers <mart@martlubbers.net>
Thu, 2 Jul 2020 13:30:28 +0000 (15:30 +0200)
committerMart Lubbers <mart@martlubbers.net>
Thu, 2 Jul 2020 13:30:28 +0000 (15:30 +0200)
.gitignore
Makefile
an_appendix.tex [moved from abstract.tex with 100% similarity]
curriculum_vitae.tex [new file with mode: 0644]
preamble.tex
samenvatting.tex [new file with mode: 0644]
summary.tex [new file with mode: 0644]
thesis.tex
titlepage.tex

index a31ecb0..39c2578 100644 (file)
@@ -4,6 +4,7 @@
 *.aux
 *.bbl
 *.blg
+*.brf
 *.fmt
 *.glg
 *.glo
index d6fade3..cffd9a5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 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
similarity index 100%
rename from abstract.tex
rename to an_appendix.tex
diff --git a/curriculum_vitae.tex b/curriculum_vitae.tex
new file mode 100644 (file)
index 0000000..e69de29
index 303c89d..61b5490 100644 (file)
@@ -1,7 +1,15 @@
-\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
@@ -10,6 +18,9 @@
 \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}{}{}
diff --git a/samenvatting.tex b/samenvatting.tex
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/summary.tex b/summary.tex
new file mode 100644 (file)
index 0000000..e69de29
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}
index a44ef6b..29420cf 100644 (file)
@@ -1,5 +1,90 @@
 \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}