Acronym: \gls{acronymTest} and \gls{acronymTest}.
Cite: cite~\cite{citeTest}.
+
+\lipsum{}
+
+\lipsum{}
+
+\lipsum{}
bottom=20mm,
paperwidth=17cm,
paperheight=24cm]{geometry} % Papersize
+
\usepackage[british]{babel} % Internationalization
\usepackage[titletoc]{appendix} % Appendices
\usepackage[pagebackref,hidelinks]{hyperref} % Hyperlinks
\setlist[description]{leftmargin=\parindent}
\usepackage{epigraph}
+\usepackage[
+ height={1.5cm},
+ width={12mm},
+ distance={1.55cm},
+ topthumbmargin={auto},
+ bottomthumbmargin={auto},
+ eventxtindent={.5cm},
+ oddtxtexdent={.3cm}]{thumbs}
+
+\usepackage{lipsum}
+
+\usepackage{fancyhdr}
+\pagestyle{fancy}
+
% Have better page numbering in chapters
\patchcmd{\chapter}{plain}{headings}{}{}
% Fix the algorithm font
\renewcommand\AlCapFnt{\normalfont}
+\renewcommand{\contentsname}{Table of Contents} % change the name of the TOC
+\AtBeginDocument{\addtocontents{toc}{\protect\thispagestyle{empty}}} % to remove page numbering from the TOC
+
% Initialize the glossaries
\makeglossaries%
\input{glossaries}
--- /dev/null
+% Opening statement:
+This thesis research has been carried out under the research data management policy of the Institute for Computing and Information Science of Radboud University, The Netherlands.\footnote{\url{https://www.ru.nl/icis/research-data-management/}, last accessed January 20th, 2020.}
+
+% Either:
+The following research datasets have been produced during this PhD research:
+% adapt to your PhD thesis contents
+\begin{itemize}
+ \item Chapter 1: Verberne, dr.~S.\ (RU Radboud University); Vries, prof.~dr.~ir.\ A.P. de (RU Radboud University); Kraaij, prof.~dr.~ir.\ W. (RU Radboud University) (2016): Longitudinal navigation log data on the Radboud University web domain. DANS.\ \href{10.17026/dans-28m-mwht}{https://doi.org/10.17026/dans-28m-mwht}
+ \item \emph{etc.}
+\end{itemize}
+
+% Or:
+%No research data or code has been produced during this PhD research.
-\documentclass[10pt]{book}
+\documentclass[twoside,10pt]{book}
\input{preamble}
\begin{document}
\frontmatter{}
+%\addtitlethumb{Frontmatter}{}{white}{gray}{pagesLTS.0}
%Titlepage
\input{titlepage}
\glsresetall{}
% The actual document
-\mainmatter{}
+\mainmatter%
+\addthumb{Chapters}{\arabic{chapter}}{white}{gray}
\chapter{Example}%
\label{chp:example}
% Start appendix
\appendix%
\label{chp:appendix}
+\addthumb{Appendices}{\Alph{chapter}}{white}{gray}
+
\chapter{An Appendix}%
\label{chp:an_appendix}
-\input{an_appendix.tex}
+\input{an_appendix}
+
+\chapter{Research Data Management}%
+\label{chp:research_data_management}
+\input{research_data_management}
\backmatter%
+\stopthumb%
% Bibliography
\phantomsection{}%
\label{chp:bibliography}
-\hypersetup{pageanchor=false}
+%\hypersetup{pageanchor=false}
\begin{titlepage}
\begin{center}
\vspace*{3.5cm}
\url{www.martlubbers.net}
}
\end{minipage}%
-
-\hypersetup{pageanchor=true}
+%\hypersetup{pageanchor=true}