mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-22 23:13:35 +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}}
|
%\newcommand{\email}[1]{\href{mailto:#1}{#1}}
|
||||||
\def\thesisauthoremailraw{}
|
%\def\thesisauthoremailraw{}
|
||||||
\def\thesissupervisoremailraw{}
|
%\def\thesissupervisoremailraw{}
|
||||||
\def\thesissecondreaderemailraw{}
|
%\def\thesissecondreaderemailraw{}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\newcommand{\titlingemail}[1]{\\\email{#1}}
|
\definecolor{radboud}{RGB}{227, 0, 11}
|
||||||
|
\newcommand{\titlingemail}[1]{}
|
||||||
\def\thesisauthoremail{\titlingemail{\thesisauthoremailraw}}
|
\def\thesisauthoremail{\titlingemail{\thesisauthoremailraw}}
|
||||||
\def\thesissupervisoremail{\titlingemail{\thesissupervisoremailraw}}
|
\def\thesissupervisoremail{\titlingemail{\thesissupervisoremailraw}}
|
||||||
\def\thesissecondreaderemail{\titlingemail{\thesissecondreaderemailraw}}
|
\def\thesissecondreaderemail{\titlingemail{\thesissecondreaderemailraw}}
|
||||||
|
@ -28,7 +29,7 @@
|
||||||
\HRule \\[0.4cm]
|
\HRule \\[0.4cm]
|
||||||
{ \huge \bfseries \thesistitle}\\[0.1cm]
|
{ \huge \bfseries \thesistitle}\\[0.1cm]
|
||||||
\textsc{\thesissubtitle}\\
|
\textsc{\thesissubtitle}\\
|
||||||
\HRule \\[.5cm]
|
\HRule \\[0.4cm]
|
||||||
\textsc{\large Master's thesis Physics and Astronomy}\\[.5cm]
|
\textsc{\large Master's thesis Physics and Astronomy}\\[.5cm]
|
||||||
|
|
||||||
\begin{minipage}[t]{0.4\textwidth}
|
\begin{minipage}[t]{0.4\textwidth}
|
||||||
|
@ -44,12 +45,12 @@
|
||||||
\emph{Supervisor:} \\
|
\emph{Supervisor:} \\
|
||||||
\thesissupervisorfirst\space \textsc{\thesissupervisorsecond}%
|
\thesissupervisorfirst\space \textsc{\thesissupervisorsecond}%
|
||||||
\thesissupervisoremail%
|
\thesissupervisoremail%
|
||||||
\\[1em]
|
\\[0.4cm]
|
||||||
\emph{Second Reader:} \\
|
\emph{Second Reader:} \\
|
||||||
\thesissecondreaderfirst\space \textsc{\thesissecondreadersecond}%
|
\thesissecondreaderfirst\space \textsc{\thesissecondreadersecond}%
|
||||||
\thesissecondreaderemail%
|
\thesissecondreaderemail%
|
||||||
\end{flushright}
|
\end{flushright}
|
||||||
\end{minipage}\\[1cm]
|
\end{minipage}\\[0.4cm]
|
||||||
%\hrule
|
%\hrule
|
||||||
{
|
{
|
||||||
\vfill
|
\vfill
|
||||||
|
|
|
@ -66,23 +66,6 @@
|
||||||
%\let\Oldsubsubsection\subsubsection
|
%\let\Oldsubsubsection\subsubsection
|
||||||
%\renewcommand{\subsubsection}{\FloatBarrier\Oldsubsubsection}
|
%\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
|
%% <<< Shortcuts
|
||||||
%%
|
%%
|
||||||
|
@ -100,10 +83,15 @@
|
||||||
\newcommand{\pdif}[1]{\mathop{}\!\mathrm{\partial} #1}
|
\newcommand{\pdif}[1]{\mathop{}\!\mathrm{\partial} #1}
|
||||||
\newcommand{\dbyd}[2]{\ensuremath{\mathrm{d}{#1}/\mathrm{d}{#2}}}
|
\newcommand{\dbyd}[2]{\ensuremath{\mathrm{d}{#1}/\mathrm{d}{#2}}}
|
||||||
|
|
||||||
\newcommand{\Corr}{\operatorname{Corr}}
|
\DeclareMathOperator{\Corr}{Corr}
|
||||||
%\newcommand{\erf}{\operatorname{erf}}
|
%\DeclareMathOperator{\erf}{erf}
|
||||||
|
\DeclareMathOperator{\argmax}{argmax}
|
||||||
\DeclareMathOperator{\arctantwo}{arctan2}
|
\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
|
% <<<< Units
|
||||||
\newcommand{\eV}{\text{\,e\kern-0.15exV}}
|
\newcommand{\eV}{\text{\,e\kern-0.15exV}}
|
||||||
|
@ -173,6 +161,7 @@
|
||||||
\newacronym{PA}{PA}{Pierre~Auger}
|
\newacronym{PA}{PA}{Pierre~Auger}
|
||||||
\newacronym{PAObs}{PAO}{Pierre~Auger Observatory}
|
\newacronym{PAObs}{PAO}{Pierre~Auger Observatory}
|
||||||
\newacronym{Auger}{Auger}{\acrlong{PAObs}}
|
\newacronym{Auger}{Auger}{\acrlong{PAObs}}
|
||||||
|
\newacronym{AugerPrime}{AugerPrime}{AugerPrime}
|
||||||
\newacronym{AERA}{AERA}{Auger Engineering Radio~Array}
|
\newacronym{AERA}{AERA}{Auger Engineering Radio~Array}
|
||||||
|
|
||||||
\newacronym{ADC}{ADC}{Analog-to-Digital~Converter}
|
\newacronym{ADC}{ADC}{Analog-to-Digital~Converter}
|
||||||
|
|
|
@ -1,12 +1,29 @@
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\documentclass[notitlepage,a4paper,oneside,11pt]{book}
|
\documentclass[notitlepage,a4paper,12pt]{book}
|
||||||
|
|
||||||
\input{preamble.tex}
|
\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{
|
\hypersetup{
|
||||||
pdftitle={\begingroup \def\\{\space}{\thesistitle}\endgroup},
|
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