From 27e374d167302ee9891c7f1076526643f7b9dc7a Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Wed, 24 May 2023 13:50:32 +0200 Subject: [PATCH] Thesis: titlepage preamble to preamble.tex --- documents/thesis/chapters/titlepage.tex | 12 ------------ documents/thesis/preamble.tex | 13 +++++++++++++ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/documents/thesis/chapters/titlepage.tex b/documents/thesis/chapters/titlepage.tex index cc5e536..66dfd0a 100644 --- a/documents/thesis/chapters/titlepage.tex +++ b/documents/thesis/chapters/titlepage.tex @@ -6,18 +6,6 @@ {../../../figures/} } -% Thesis titling -\def\thesistitle{Enhancing Timing Accuracy \\[0.3cm] in Air Shower Radio Detectors} -\def\thesissubtitle{} -\def\thesisauthorfirst{E.T.} -\def\thesisauthorsecond{de Boone} -\def\thesissupervisorfirst{dr. Harm} -\def\thesissupervisorsecond{Schoorlemmer} -\def\thesissecondreaderfirst{dr. Katherine} -\def\thesissecondreadersecond{Mulrey} -\def\thesisdate{2022-11} -\definecolor{radboud}{RGB}{227, 0, 11} - \begin{document} \begin{titlepage} \thispagestyle{empty} diff --git a/documents/thesis/preamble.tex b/documents/thesis/preamble.tex index c49cf6b..c0a6885 100644 --- a/documents/thesis/preamble.tex +++ b/documents/thesis/preamble.tex @@ -117,3 +117,16 @@ \newacronym{DFT}{DFT}{Discrete Fourier Transform} \newacronym{FFT}{FFT}{Fast Fourier Transform} \newacronym{FT}{FT}{Fourier Transform} + + +% Thesis titling +\def\thesistitle{Enhancing Timing Accuracy \\[0.3cm] in Air Shower Radio Detectors} +\def\thesissubtitle{} +\def\thesisauthorfirst{E.T.} +\def\thesisauthorsecond{de Boone} +\def\thesissupervisorfirst{dr. Harm} +\def\thesissupervisorsecond{Schoorlemmer} +\def\thesissecondreaderfirst{dr. Katherine} +\def\thesissecondreadersecond{Mulrey} +\def\thesisdate{} +\definecolor{radboud}{RGB}{227, 0, 11}