mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-10 09:33:31 +01:00
Eric Teunis de Boone
b528735993
move airshower chapter into introduction, merge beacon introduction into beacon_disciplining chapter, move gnss to grand section
59 lines
1.2 KiB
TeX
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}
|