mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-12 18:43:30 +01:00
Thesis: emailaddress on titlepage
This commit is contained in:
parent
0980d3176d
commit
cd22995d1f
3 changed files with 23 additions and 5 deletions
|
@ -6,6 +6,15 @@
|
|||
{../../../figures/}
|
||||
}
|
||||
|
||||
|
||||
\def\thesisauthoremail{}
|
||||
\def\thesissupervisoremail{}
|
||||
\def\thesissecondreaderemail{}
|
||||
\newcommand{\titlingemail}[1]{\\\email{#1}}
|
||||
%\def\thesisauthoremail{\titlingemail{\thesisauthoremailraw}}
|
||||
%\def\thesissupervisoremail{\titlingemail{\thesissupervisoremailraw}}
|
||||
%\def\thesissecondreaderemail{\titlingemail{\thesissecondreaderemailraw}}
|
||||
|
||||
\begin{document}
|
||||
\begin{titlepage}
|
||||
\thispagestyle{empty}
|
||||
|
@ -24,16 +33,20 @@
|
|||
\begin{minipage}[t]{0.4\textwidth}
|
||||
\begin{flushleft} \large
|
||||
\emph{Author:}\\
|
||||
\thesisauthorfirst\space \textsc{\thesisauthorsecond}
|
||||
\thesisauthorfirst\space \textsc{\thesisauthorsecond}%
|
||||
\thesisauthoremail
|
||||
\end{flushleft}
|
||||
\end{minipage}
|
||||
~
|
||||
\begin{minipage}[t]{0.4\textwidth}
|
||||
\begin{flushright} \large
|
||||
\emph{Supervisor:} \\
|
||||
\thesissupervisorfirst\space \textsc{\thesissupervisorsecond} \\[1em]
|
||||
\thesissupervisorfirst\space \textsc{\thesissupervisorsecond}%
|
||||
\thesissupervisoremail%
|
||||
\\[1em]
|
||||
\emph{Second Reader:} \\
|
||||
\thesissecondreaderfirst\space \textsc{\thesissecondreadersecond}
|
||||
\thesissecondreaderfirst\space \textsc{\thesissecondreadersecond}%
|
||||
\thesissecondreaderemail%
|
||||
\end{flushright}
|
||||
\end{minipage}\\[1cm]
|
||||
%\hrule
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
|
||||
%% >>>
|
||||
\newcommand{\email}[1]{\href{mailto:#1}{#1}}
|
||||
%% <<< Layout
|
||||
%%
|
||||
|
||||
|
@ -71,10 +72,13 @@
|
|||
\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}
|
||||
|
||||
|
@ -111,6 +115,7 @@
|
|||
\newcommand{\us}{\text{\textmu s}}
|
||||
|
||||
\newcommand{\MHz}{\text{MHz}}
|
||||
\newcommand{\GHz}{\text{GHz}}
|
||||
% >>>>
|
||||
% <<<< Quantities
|
||||
% Notes:
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\documentclass[notitlepage,a4paper,oneside]{book}
|
||||
\documentclass[notitlepage,a4paper,oneside,11pt]{book}
|
||||
|
||||
\input{preamble.tex}
|
||||
|
||||
\hypersetup{
|
||||
pdftitle={\begingroup \def\\{\space}{\thesistitle}\endgroup},
|
||||
pdfauthor={\begingroup \def\\{\space}{\thesisauthorfirst\space\thesisauthorsecond}\endgroup}
|
||||
pdfauthor={\begingroup \def\\{\space}{\thesisauthorfirst\space\thesisauthorsecond<\thesisauthoremailraw>}\endgroup}
|
||||
}
|
||||
|
||||
%%
|
||||
|
|
Loading…
Reference in a new issue