mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-13 02:43:32 +01:00
95 lines
2.4 KiB
TeX
95 lines
2.4 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\documentclass[notitlepage,a4paper,12pt]{book}
|
|
|
|
\input{preamble.tex}
|
|
|
|
%% <<<< Thesis titling
|
|
%%
|
|
\def\thesistitle{Synchronisation Methods for\texorpdfstring{\\[0.3cm]}{ }Air Shower Radio Detectors}
|
|
\def\thesissubtitle{}
|
|
\def\thesisauthorfirst{Eric Teunis}
|
|
\def\thesisauthorsecond{de Boone}
|
|
\def\thesisauthoremailraw{ericteunis@deboone.nl}
|
|
\def\thesissupervisorfirst{dr. Harm}
|
|
\def\thesissupervisorsecond{Schoorlemmer}
|
|
\def\thesissupervisoremailraw{}%h.schoorlemmer@science.ru.nl}
|
|
\def\thesissecondreaderfirst{dr. Katharine}
|
|
\def\thesissecondreadersecond{Mulrey}
|
|
\def\thesissecondreaderemailraw{}%k.mulrey@science.ru.nl}
|
|
\def\thesisdate{November 2023}
|
|
%% >>>>
|
|
|
|
\hypersetup{
|
|
pdftitle={\begingroup \def\\{\space}{\thesistitle}\endgroup},
|
|
pdfauthor={\begingroup \def\\{\space}{\thesisauthorfirst\space\thesisauthorsecond<\thesisauthoremailraw>}\endgroup},
|
|
pdfsubject={\begingroup \def\\{\space}{\thesisauthorfirst\space\thesisauthorsecond's Master's thesis}\endgroup},
|
|
}
|
|
|
|
%%
|
|
%% Attach resources
|
|
%%
|
|
\addbibresource{../../bibliotheca/bibliography.bib}
|
|
\graphicspath{
|
|
{../../figures/}
|
|
{../../../figures/}
|
|
}
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%% Start Document %%%%%%%%%%%%%%%%%%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\begin{document}
|
|
\frontmatter
|
|
|
|
%% Titlepage
|
|
\subfile{chapters/titlepage.tex}
|
|
|
|
\subfile{chapters/colophon.tex}
|
|
|
|
%% Table of Contents
|
|
\tableofcontents
|
|
|
|
% Main matter
|
|
\clearpage
|
|
\mainmatter
|
|
%% Introduction
|
|
\subfile{chapters/introduction.tex}
|
|
|
|
%% Radio Interferometry
|
|
\subfile{chapters/radio_interferometry.tex}
|
|
|
|
%% Electric field from airshower to waveform analysis
|
|
\subfile{chapters/radio_measurement.tex}
|
|
|
|
%% Disciplining by Beacon (Simulation)
|
|
\subfile{chapters/beacon_discipline.tex}
|
|
|
|
%% Single Sine Synchronisation and Radio Interferometry
|
|
\subfile{chapters/single_sine_interferometry.tex}
|
|
|
|
%% Comparing GNSS system (GRAND experiments)
|
|
\subfile{chapters/grand_characterisation.tex}
|
|
|
|
%% Conclusion
|
|
\subfile{chapters/conclusion.tex}
|
|
|
|
% Appendix and Bibliography
|
|
\appendix
|
|
\subfile{chapters/appendix-supplementary-figures.tex}
|
|
\subfile{chapters/appendix-random-phasor.tex}
|
|
|
|
%%% Print Bibliography
|
|
|
|
\titlespacing{\chapter}{0pt}{*1}{*2}
|
|
|
|
\backmatter
|
|
\phantomsection
|
|
\addcontentsline{toc}{chapter}{Bibliography}
|
|
\printbibliography
|
|
\hrule
|
|
|
|
\clearpage
|
|
\phantomsection
|
|
\addcontentsline{toc}{chapter}{Todos}
|
|
\todos
|
|
\end{document}
|