From f0a360c44e8e72f8229f52989c2fa09046df40d3 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Thu, 2 Jul 2020 15:30:28 +0200 Subject: [PATCH] update skeleton to radboud standards thanks to klinik/stutterheims template --- .gitignore | 1 + Makefile | 2 +- abstract.tex => an_appendix.tex | 0 curriculum_vitae.tex | 0 preamble.tex | 15 +++++- samenvatting.tex | 0 summary.tex | 0 thesis.tex | 81 +++++++++++++++++------------- titlepage.tex | 87 ++++++++++++++++++++++++++++++++- 9 files changed, 147 insertions(+), 39 deletions(-) rename abstract.tex => an_appendix.tex (100%) create mode 100644 curriculum_vitae.tex create mode 100644 samenvatting.tex create mode 100644 summary.tex diff --git a/.gitignore b/.gitignore index a31ecb0..39c2578 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.aux *.bbl *.blg +*.brf *.fmt *.glg *.glo diff --git a/Makefile b/Makefile index d6fade3..cffd9a5 100644 --- 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 diff --git a/abstract.tex b/an_appendix.tex 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 index 0000000..e69de29 diff --git a/preamble.tex b/preamble.tex index 303c89d..61b5490 100644 --- a/preamble.tex +++ b/preamble.tex @@ -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 index 0000000..e69de29 diff --git a/summary.tex b/summary.tex new file mode 100644 index 0000000..e69de29 diff --git a/thesis.tex b/thesis.tex index 1c60e5e..56b3afd 100644 --- a/thesis.tex +++ b/thesis.tex @@ -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} @@ -16,24 +15,6 @@ %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 @@ -50,7 +31,11 @@ % Start appendix \appendix% \label{chp:appendix} +\chapter{An Appendix}% +\label{chp:an_appendix} +\input{an_appendix.tex} +\backmatter% % Bibliography \phantomsection{}% \label{chp:bibliography} @@ -58,6 +43,46 @@ \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} @@ -68,18 +93,4 @@ \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} diff --git a/titlepage.tex b/titlepage.tex index a44ef6b..29420cf 100644 --- a/titlepage.tex +++ b/titlepage.tex @@ -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} -- 2.20.1