%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[notitlepage,a4paper,oneside,11pt]{book} \input{preamble.tex} \hypersetup{ pdftitle={\begingroup \def\\{\space}{\thesistitle}\endgroup}, pdfauthor={\begingroup \def\\{\space}{\thesisauthorfirst\space\thesisauthorsecond<\thesisauthoremailraw>}\endgroup} } %% %% 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} %% 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-random-phasor.tex} %%% Print Bibliography \backmatter \phantomsection \addcontentsline{toc}{chapter}{Bibliography} \printbibliography \hrule \clearpage \phantomsection \addcontentsline{toc}{chapter}{Todos} \todos \end{document}