mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-12 18:43:30 +01:00
Thesis: fiddling around with the titlepage
This commit is contained in:
parent
69d4762daa
commit
5826b8ef4b
3 changed files with 36 additions and 29 deletions
|
@ -7,13 +7,14 @@
|
|||
}
|
||||
|
||||
|
||||
\newcommand{\email}[1]{\href{mailto:#1}{#1}}
|
||||
\def\thesisauthoremailraw{}
|
||||
\def\thesissupervisoremailraw{}
|
||||
\def\thesissecondreaderemailraw{}
|
||||
%\newcommand{\email}[1]{\href{mailto:#1}{#1}}
|
||||
%\def\thesisauthoremailraw{}
|
||||
%\def\thesissupervisoremailraw{}
|
||||
%\def\thesissecondreaderemailraw{}
|
||||
|
||||
\begin{document}
|
||||
\newcommand{\titlingemail}[1]{\\\email{#1}}
|
||||
\definecolor{radboud}{RGB}{227, 0, 11}
|
||||
\newcommand{\titlingemail}[1]{}
|
||||
\def\thesisauthoremail{\titlingemail{\thesisauthoremailraw}}
|
||||
\def\thesissupervisoremail{\titlingemail{\thesissupervisoremailraw}}
|
||||
\def\thesissecondreaderemail{\titlingemail{\thesissecondreaderemailraw}}
|
||||
|
@ -28,7 +29,7 @@
|
|||
\HRule \\[0.4cm]
|
||||
{ \huge \bfseries \thesistitle}\\[0.1cm]
|
||||
\textsc{\thesissubtitle}\\
|
||||
\HRule \\[.5cm]
|
||||
\HRule \\[0.4cm]
|
||||
\textsc{\large Master's thesis Physics and Astronomy}\\[.5cm]
|
||||
|
||||
\begin{minipage}[t]{0.4\textwidth}
|
||||
|
@ -44,12 +45,12 @@
|
|||
\emph{Supervisor:} \\
|
||||
\thesissupervisorfirst\space \textsc{\thesissupervisorsecond}%
|
||||
\thesissupervisoremail%
|
||||
\\[1em]
|
||||
\\[0.4cm]
|
||||
\emph{Second Reader:} \\
|
||||
\thesissecondreaderfirst\space \textsc{\thesissecondreadersecond}%
|
||||
\thesissecondreaderemail%
|
||||
\end{flushright}
|
||||
\end{minipage}\\[1cm]
|
||||
\end{minipage}\\[0.4cm]
|
||||
%\hrule
|
||||
{
|
||||
\vfill
|
||||
|
|
|
@ -66,23 +66,6 @@
|
|||
%\let\Oldsubsubsection\subsubsection
|
||||
%\renewcommand{\subsubsection}{\FloatBarrier\Oldsubsubsection}
|
||||
|
||||
%% <<<< Thesis titling
|
||||
%%
|
||||
\def\thesistitle{Enhancing Timing Accuracy\texorpdfstring{\\[0.3cm]}{ }in Air Shower Radio Detectors}
|
||||
\def\thesissubtitle{}
|
||||
\def\thesisauthorfirst{E.T.}
|
||||
\def\thesisauthorsecond{de Boone}
|
||||
\def\thesisauthoremailraw{ericteunis@deboone.nl}
|
||||
\def\thesissupervisorfirst{dr. Harm}
|
||||
\def\thesissupervisorsecond{Schoorlemmer}
|
||||
\def\thesissupervisoremailraw{}
|
||||
\def\thesissecondreaderfirst{dr. Katherine}
|
||||
\def\thesissecondreadersecond{Mulrey}
|
||||
\def\thesissecondreaderemailraw{}
|
||||
\def\thesisdate{July 2023}
|
||||
\definecolor{radboud}{RGB}{227, 0, 11}
|
||||
|
||||
%% >>>>
|
||||
%% >>>
|
||||
%% <<< Shortcuts
|
||||
%%
|
||||
|
@ -100,10 +83,15 @@
|
|||
\newcommand{\pdif}[1]{\mathop{}\!\mathrm{\partial} #1}
|
||||
\newcommand{\dbyd}[2]{\ensuremath{\mathrm{d}{#1}/\mathrm{d}{#2}}}
|
||||
|
||||
\newcommand{\Corr}{\operatorname{Corr}}
|
||||
%\newcommand{\erf}{\operatorname{erf}}
|
||||
\DeclareMathOperator{\Corr}{Corr}
|
||||
%\DeclareMathOperator{\erf}{erf}
|
||||
\DeclareMathOperator{\argmax}{argmax}
|
||||
\DeclareMathOperator{\arctantwo}{arctan2}
|
||||
|
||||
\DeclareRobustCommand{\eexp}[1]{\ensuremath{e^{#1}}}
|
||||
\DeclareRobustCommand{\expOf}[1]{\ensuremath{\exp{\!\left(#1\right)}}}
|
||||
\DeclareRobustCommand{\ofOrder}[1]{\ensuremath{\mathcal{O}\left(#1\right)}}
|
||||
|
||||
% >>>>
|
||||
% <<<< Units
|
||||
\newcommand{\eV}{\text{\,e\kern-0.15exV}}
|
||||
|
@ -173,6 +161,7 @@
|
|||
\newacronym{PA}{PA}{Pierre~Auger}
|
||||
\newacronym{PAObs}{PAO}{Pierre~Auger Observatory}
|
||||
\newacronym{Auger}{Auger}{\acrlong{PAObs}}
|
||||
\newacronym{AugerPrime}{AugerPrime}{AugerPrime}
|
||||
\newacronym{AERA}{AERA}{Auger Engineering Radio~Array}
|
||||
|
||||
\newacronym{ADC}{ADC}{Analog-to-Digital~Converter}
|
||||
|
|
|
@ -1,12 +1,29 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\documentclass[notitlepage,a4paper,oneside,11pt]{book}
|
||||
\documentclass[notitlepage,a4paper,12pt]{book}
|
||||
|
||||
\input{preamble.tex}
|
||||
|
||||
%% <<<< Thesis titling
|
||||
%%
|
||||
\def\thesistitle{Enhancing Timing Accuracy\texorpdfstring{\\[0.3cm]}{ }in Air Shower Radio Detectors}
|
||||
\def\thesissubtitle{}
|
||||
\def\thesisauthorfirst{E.T.}
|
||||
\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. Katherine}
|
||||
\def\thesissecondreadersecond{Mulrey}
|
||||
\def\thesissecondreaderemailraw{}%k.mulrey@science.ru.nl}
|
||||
\def\thesisdate{September 2023}
|
||||
%% >>>>
|
||||
|
||||
\hypersetup{
|
||||
pdftitle={\begingroup \def\\{\space}{\thesistitle}\endgroup},
|
||||
pdfauthor={\begingroup \def\\{\space}{\thesisauthorfirst\space\thesisauthorsecond<\thesisauthoremailraw>}\endgroup}
|
||||
pdfauthor={\begingroup \def\\{\space}{\thesisauthorfirst\space\thesisauthorsecond<\thesisauthoremailraw>}\endgroup},
|
||||
pdfsubject={\begingroup \def\\{\space}{\thesisauthorfirst\space\thesisauthorsecond's Master's thesis}\endgroup},
|
||||
}
|
||||
|
||||
%%
|
||||
|
|
Loading…
Reference in a new issue