rdm, thumbs
authorMart Lubbers <mart@martlubbers.net>
Wed, 24 Feb 2021 08:50:29 +0000 (09:50 +0100)
committerMart Lubbers <mart@martlubbers.net>
Wed, 24 Feb 2021 08:50:29 +0000 (09:50 +0100)
example.tex
preamble.tex
research_data_management.tex [new file with mode: 0644]
thesis.tex
titlepage.tex

index b1a1ffb..4239efd 100644 (file)
@@ -5,3 +5,9 @@ Glossary: \gls{glossaryTest}.
 Acronym: \gls{acronymTest} and \gls{acronymTest}.
 
 Cite: cite~\cite{citeTest}.
+
+\lipsum{}
+
+\lipsum{}
+
+\lipsum{}
index 9553aaa..5c88b98 100644 (file)
@@ -7,6 +7,7 @@
        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}
diff --git a/research_data_management.tex b/research_data_management.tex
new file mode 100644 (file)
index 0000000..0a7d7ce
--- /dev/null
@@ -0,0 +1,13 @@
+% 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. 
index 6a37316..c3c8bd8 100644 (file)
@@ -1,4 +1,4 @@
-\documentclass[10pt]{book}
+\documentclass[twoside,10pt]{book}
 
 \input{preamble}
 
@@ -11,6 +11,7 @@
 
 \begin{document}
 \frontmatter{}
+%\addtitlethumb{Frontmatter}{}{white}{gray}{pagesLTS.0}
 
 %Titlepage
 \input{titlepage}
@@ -27,7 +28,8 @@
 \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}
index 25d95e8..2100763 100644 (file)
@@ -1,4 +1,4 @@
-\hypersetup{pageanchor=false}
+%\hypersetup{pageanchor=false}
 \begin{titlepage}
        \begin{center}
            \vspace*{3.5cm}
@@ -94,5 +94,4 @@
                \url{www.martlubbers.net}
        }
 \end{minipage}%
-
-\hypersetup{pageanchor=true}
+%\hypersetup{pageanchor=true}