From 3ba49ccc26b390e05b5d81855ef7316ae3cda333 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Wed, 24 Feb 2021 09:50:29 +0100 Subject: [PATCH] rdm, thumbs --- example.tex | 6 ++++++ preamble.tex | 18 ++++++++++++++++++ research_data_management.tex | 13 +++++++++++++ thesis.tex | 15 ++++++++++++--- titlepage.tex | 5 ++--- 5 files changed, 51 insertions(+), 6 deletions(-) create mode 100644 research_data_management.tex diff --git a/example.tex b/example.tex index b1a1ffb..4239efd 100644 --- a/example.tex +++ b/example.tex @@ -5,3 +5,9 @@ Glossary: \gls{glossaryTest}. Acronym: \gls{acronymTest} and \gls{acronymTest}. Cite: cite~\cite{citeTest}. + +\lipsum{} + +\lipsum{} + +\lipsum{} diff --git a/preamble.tex b/preamble.tex index 9553aaa..5c88b98 100644 --- a/preamble.tex +++ b/preamble.tex @@ -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 @@ -23,6 +24,20 @@ \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}{}{} @@ -93,6 +108,9 @@ % 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 index 0000000..0a7d7ce --- /dev/null +++ b/research_data_management.tex @@ -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. diff --git a/thesis.tex b/thesis.tex index 6a37316..c3c8bd8 100644 --- a/thesis.tex +++ b/thesis.tex @@ -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} @@ -36,11 +38,18 @@ % 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} diff --git a/titlepage.tex b/titlepage.tex index 25d95e8..2100763 100644 --- a/titlepage.tex +++ b/titlepage.tex @@ -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} -- 2.20.1