X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=c3c8bd8885b2c3bb64b6a586ca8355679eb6ab12;hb=3ba49ccc26b390e05b5d81855ef7316ae3cda333;hp=1c60e5e7127bc32d6916847b2eac33259b32bab4;hpb=42b72cae034cf7ce3d8b995c933bbfe6797341b7;p=phd-thesis.git diff --git a/thesis.tex b/thesis.tex index 1c60e5e..c3c8bd8 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,47 +1,35 @@ -\documentclass[b5paper]{book} +\documentclass[twoside,10pt]{book} \input{preamble} % Document info \title{Some title} -\author{Some author\\ - {\small\href{mailto:mail@example.com}{mail@example.com}}} +\author{Some author} % If you want to fix the date: \formatdate{10}{7}{2017}} \date{\today} \begin{document} \frontmatter{} +%\addtitlethumb{Frontmatter}{}{white}{gray}{pagesLTS.0} %Titlepage \input{titlepage} - -%Abstract -\chapter*{\centering Abstract}% -\label{chp:abstract} -\addcontentsline{toc}{chapter}{Abstract} -\begin{quotation} - \centering\noindent - \input{abstract} -\end{quotation} - -%Acknowledgements -\chapter*{\centering Acknowledgements}% -\label{chp:acknowledgements} -\addcontentsline{toc}{chapter}{Acknowledgements} -\begin{quotation} - \centering\it\noindent - \input{acknowledgements} -\end{quotation} +\newpage% +\input{motto} % Table of contents \tableofcontents +\newpage% + +\input{dedication} % Reset glossary and thus the acronyms \glsresetall{} % The actual document -\mainmatter{} +\mainmatter% +\addthumb{Chapters}{\arabic{chapter}}{white}{gray} \chapter{Example}% \label{chp:example} @@ -50,7 +38,18 @@ % Start appendix \appendix% \label{chp:appendix} +\addthumb{Appendices}{\Alph{chapter}}{white}{gray} + +\chapter{An Appendix}% +\label{chp:an_appendix} +\input{an_appendix} + +\chapter{Research Data Management}% +\label{chp:research_data_management} +\input{research_data_management} +\backmatter% +\stopthumb% % Bibliography \phantomsection{}% \label{chp:bibliography} @@ -58,6 +57,46 @@ \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} +\begin{center} + \noindent\input{summary} +\end{center} + +% Samenvatting +\chapter{Samenvatting}% +\label{chp:samenvatting} +\begin{center} + \noindent\input{samenvatting} +\end{center} + +% Acknowledgements +\chapter{Acknowledgements}% +\label{chp:acknowledgements} +\begin{center} + \noindent\input{acknowledgements} +\end{center} + +% Curriculum Vitae +\chapter{Curriculum Vit\ae}% +\label{chp:curriculum_vitae} +\input{curriculum_vitae} + % Glossary \addcontentsline{toc}{chapter}{Glossary}% \label{chp:glossaries} @@ -68,18 +107,4 @@ \label{chp:index} \printindex -% 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 - \end{document}