m-thesis-documentation/documents/thesis/thesis.tex

60 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}