m-thesis-documentation/documents/thesis/thesis.tex
Eric Teunis de Boone b528735993 thesis: shuffling content
move airshower chapter into introduction,
merge beacon introduction into beacon_disciplining chapter,
move gnss to grand section
2022-09-05 18:11:34 +02:00

59 lines
1.2 KiB
TeX

%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[notitlepage,oneside]{book}
\input{preamble.tex}
%%
%% Attach resources
%%
\addbibresource{../../bibliotheca/bibliography.bib}
\graphicspath{
{../../figures/}
{../../../figures/}
}
%%%%%%%%%%%%%%%%%%% Start Document %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\frontmatter
%% Titlepage
\subfile{chapters/titlepage.tex}
%% Table of Contents
\tableofcontents
% Main matter
\clearpage
\mainmatter
%% Introduction
\subfile{chapters/introduction.tex}
%% Disciplining by Beacon (Simulation)
\subfile{chapters/beacon_discipline.tex}
%% Comparing GNSS system (GRAND experiments)
\subfile{chapters/grand_characterisation.tex}
%% Conclusion
\subfile{chapters/conclusion.tex}
% Appendix and Bibliography
%\pagebreak[3]
%\phantomsection
%\subfile{appendix.tex}
%%% Print Bibliography
\backmatter
\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\printbibliography
\hrule
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{Todos}
\todos
\end{document}