Merge branch 'master' of git.martlubbers.net:thesis-skel
authorMart Lubbers <mart@martlubbers.net>
Wed, 24 Feb 2021 08:51:11 +0000 (09:51 +0100)
committerMart Lubbers <mart@martlubbers.net>
Wed, 24 Feb 2021 08:51:11 +0000 (09:51 +0100)
example.tex
preamble.tex
research_data_management.tex
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}
index 23be3b0..edd2a7c 100644 (file)
@@ -3,5 +3,6 @@ This thesis research has been carried out under the research data management pol
 The following research datasets have been produced during this PhD research:
 \begin{itemize}
        \item Chapter 1: \ldots. DANS. \href{10.17026/dans-28m-mwht}{https://doi.org/10.17026/dans-28m-mwht}
+       \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 \ldots
 \end{itemize}
index c3fd8d6..0a00e89 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}