mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2025-06-18 05:06:42 +02:00
Thesis: cleanup + move titlepage out
This commit is contained in:
parent
0fdfedcc51
commit
282c82401f
2 changed files with 84 additions and 55 deletions
49
documents/thesis/chapters/titlepage.tex
Normal file
49
documents/thesis/chapters/titlepage.tex
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue