X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=2c70e28014dd8127c2160e8863aeb7c0d95f830a;hb=a944020914b1ddbe8286962e3ea50ee1d3fd7a45;hp=0a00e897286d5039b4b76509d77315eb74631711;hpb=8e6a726257b8aca62e28d6dbeec63edcf0e376e4;p=phd-thesis.git diff --git a/thesis.tex b/thesis.tex index 0a00e89..2c70e28 100644 --- a/thesis.tex +++ b/thesis.tex @@ -2,28 +2,44 @@ \input{preamble} +% Just for the blind text, can go when it's finished +\usepackage{lipsum} + +% Just for the todonotes, can go when it's finished +\usepackage{todonotes} +\setuptodonotes{ + backgroundcolor=white, + linecolor=black, + size=scriptsize, + inline, +} + % Document info \title{Some title} \author{Some author} -% If you want to fix the date: \formatdate{10}{7}{2017}} -\date{\today} +\date{\formatdate{1}{6}{2023}} \begin{document} -\frontmatter{} +\frontmatter% %\addtitlethumb{Frontmatter}{}{white}{gray}{pagesLTS.0} %Titlepage \input{titlepage} \newpage% + +% Epigraph/motto \input{motto} % Table of contents \tableofcontents \newpage% +% Dedication \input{dedication} +\listoftodos% + % Reset glossary and thus the acronyms \glsresetall{} @@ -31,9 +47,21 @@ \mainmatter% \addthumb{Chapters}{\arabic{chapter}}{white}{gray} -\chapter{Example}% -\label{chp:example} -\input{example} +\chapter{Introduction}% +\label{chp:introduction} +\input{introduction} + +\part{\glst{DSL}}% +\label{prt:dsl} +\input{dsl} + +\part{\glst{TOP}}% +\label{prt:top} +\input{top} + +\part{\glst{IOT}}% +\label{prt:iot} +\input{iot} % Start appendix \appendix% @@ -44,12 +72,10 @@ \label{chp:an_appendix} \input{an_appendix} -\chapter{Research Data Management}% -\label{chp:research_data_management} -\input{research_data_management} - \backmatter% -\stopthumb% +\stopthumb% chktex 9 +\addtitlethumb{Backmatter}{}{white}{gray}{pagesLTS.0} + % Bibliography \phantomsection{}% \label{chp:bibliography} @@ -57,20 +83,6 @@ \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} @@ -106,9 +118,23 @@ \label{chp:glossaries} \printglossaries% +% 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 + % Index \addcontentsline{toc}{chapter}{Index}% \label{chp:index} \printindex -\end{document} +\end{document} % chktex 10