Thesis: cleanup + move titlepage out

This commit is contained in:
Eric Teunis de Boone 2022-07-13 04:20:00 +02:00
parent 0fdfedcc51
commit 282c82401f
2 changed files with 84 additions and 55 deletions

View File

@ -0,0 +1,49 @@
\documentclass[../main.tex]{subfiles}
% 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}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\center
\textcolor{radboud}{\textsc{\Large Radboud Universiteit Nijmegen}}\\[.7cm]
\includegraphics[width=25mm]{radboud/in_dei_nomine_feliciter}\\[.5cm]
\textsc{Faculteit der Natuurwetenschappen, Wiskunde en Informatica}\\[0.5cm]
\HRule \\[0.4cm]
{ \huge \bfseries \thesistitle}\\[0.1cm]
\textsc{\thesissubtitle}\\
\HRule \\[.5cm]
\textsc{\large Master's thesis Physics and Astronomy}\\[.5cm]
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\emph{Author:}\\
\thesisauthorfirst\space \textsc{\thesisauthorsecond}
\end{flushleft}
\end{minipage}
~
\begin{minipage}{0.4\textwidth}
\begin{flushright} \large
\emph{Supervisor:} \\
\thesissupervisorfirst\space \textsc{\thesissupervisorsecond} \\[1em]
\emph{Second Reader:} \\
\thesissecondreaderfirst\space \textsc{\thesissecondreadersecond}
\end{flushright}
\end{minipage}\\[4cm]
\vfill
{\large \thesisdate}
\clearpage
\end{titlepage}
\end{document}

View File

@ -6,7 +6,7 @@
\usepackage[sorting=none,natbib=true,citestyle=numeric-comp,backend=bibtex]{biblatex} \usepackage[sorting=none,natbib=true,citestyle=numeric-comp,backend=bibtex]{biblatex}
\addbibresource{../../bibliotheca/bibliography.bib} \addbibresource{../../bibliotheca/bibliography.bib}
% % Document % Document
\usepackage{subfiles} \usepackage{subfiles}
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{mathtools} \usepackage{mathtools}
@ -33,6 +33,11 @@
\usepackage[margin=1.0in]{geometry} \usepackage[margin=1.0in]{geometry}
\usepackage[nobottomtitles]{titlesec} \usepackage[nobottomtitles]{titlesec}
%%%%%%%%%%%%%%%%%%% Settings %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\titleformat{\chapter}[hang] % shape \titleformat{\chapter}[hang] % shape
{\normalfont\bfseries\huge} % format {\normalfont\bfseries\huge} % format
{\thechapter.} % label {\thechapter.} % label
@ -43,6 +48,12 @@
] % after-code ] % after-code
\setlength{\parindent}{0cm} \setlength{\parindent}{0cm}
%%%%%%%%%%%%%%%%%%% Shortcuts %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand*{\captionsource}[2]{% \newcommand*{\captionsource}[2]{%
\caption[{#1}]{% \caption[{#1}]{%
#1% #1%
@ -51,81 +62,50 @@
}% }%
} }
% Shortcuts
% Math % Math
\newcommand{\dif}[1]{\mathop{}\!\mathrm{d} #1} \newcommand{\dif}[1]{\mathop{}\!\mathrm{d} #1}
\newcommand{\pdif}[1]{\mathop{}\!\mathrm{\partial} #1} \newcommand{\pdif}[1]{\mathop{}\!\mathrm{\partial} #1}
\newcommand{\dbyd}[2]{\ensuremath{\mathrm{d}{#1}/\mathrm{d}{#2}}\xspace}
% Thesis titling % Units
\def\thesistitle{Enhancing Timing Accuracy \\[0.3cm] in Air Shower Radio Detectors} \newcommand{\eV}{\text{e\kern-0.15exV}\xspace}
\def\thesissubtitle{} \newcommand{\MeV}{\text{M\eV}\xspace}
\def\thesisauthorfirst{E.T.} \newcommand{\GeV}{\text{G\eV}\xspace}
\def\thesisauthorsecond{de Boone} \newcommand{\TeV}{\text{T\kern-0.1ex\eV}\xspace}
\def\thesissupervisorfirst{dr. Harm}
\def\thesissupervisorsecond{Schoorlemmer}
\def\thesissecondreaderfirst{dr. Katherine}
\def\thesissecondreadersecond{Mulrey}
\def\thesisdate{2022-11}
\definecolor{radboud}{RGB}{227, 0, 11}
\newcommand{\ns}{\text{ns}\xspace}
\newcommand{\MHz}{\text{MHz}\xspace}
%%%%%%%%%%%%%%%%%%% Start Document %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document} \begin{document}
\frontmatter \frontmatter
\begin{titlepage}
\thispagestyle{empty}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\center
\textcolor{radboud}{\textsc{\Large Radboud Universiteit Nijmegen}}\\[.7cm]
\includegraphics[width=25mm]{radboud/in_dei_nomine_feliciter}\\[.5cm]
\textsc{Faculteit der Natuurwetenschappen, Wiskunde en Informatica}\\[0.5cm]
\HRule \\[0.4cm] %% Titlepage
{ \huge \bfseries \thesistitle}\\[0.1cm] \subfile{chapters/titlepage.tex}
\textsc{\thesissubtitle}\\
\HRule \\[.5cm]
\textsc{\large Master's thesis Physics and Astronomy}\\[.5cm]
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\emph{Author:}\\
\thesisauthorfirst\space \textsc{\thesisauthorsecond}
\end{flushleft}
\end{minipage}
~
\begin{minipage}{0.4\textwidth}
\begin{flushright} \large
\emph{Supervisor:} \\
\thesissupervisorfirst\space \textsc{\thesissupervisorsecond} \\[1em]
\emph{Second Reader:} \\
\thesissecondreaderfirst\space \textsc{\thesissecondreadersecond}
\end{flushright}
\end{minipage}\\[4cm]
\vfill
{\large \thesisdate}
\clearpage
\end{titlepage}
%\newpage
%\hrule
%\bigskip
%% Table of Contents
\tableofcontents \tableofcontents
% Main matter
\clearpage \clearpage
\mainmatter \mainmatter
%% Introduction
\subfile{chapters/introduction.tex} \subfile{chapters/introduction.tex}
% Airshowers %% Airshowers
\subfile{chapters/airshowers.tex} \subfile{chapters/airshowers.tex}
% Timing %% Timing
\subfile{chapters/timing.tex} \subfile{chapters/timing.tex}
% Conclusion %% Conclusion
\subfile{chapters/conclusion.tex} \subfile{chapters/conclusion.tex}
%%%%%%%%%%%%%%%%%%% Appendix and Bibliography %%%%%%%%%%%%%%%%%% % Appendix and Bibliography
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\pagebreak[3] %\pagebreak[3]
%\phantomsection %\phantomsection
%\subfile{appendix.tex} %\subfile{appendix.tex}