Thesis: emailaddress on titlepage

This commit is contained in:
Eric Teunis de Boone 2023-07-17 18:17:46 +02:00
parent 0980d3176d
commit cd22995d1f
3 changed files with 23 additions and 5 deletions

View file

@ -6,6 +6,15 @@
{../../../figures/} {../../../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{document}
\begin{titlepage} \begin{titlepage}
\thispagestyle{empty} \thispagestyle{empty}
@ -24,16 +33,20 @@
\begin{minipage}[t]{0.4\textwidth} \begin{minipage}[t]{0.4\textwidth}
\begin{flushleft} \large \begin{flushleft} \large
\emph{Author:}\\ \emph{Author:}\\
\thesisauthorfirst\space \textsc{\thesisauthorsecond} \thesisauthorfirst\space \textsc{\thesisauthorsecond}%
\thesisauthoremail
\end{flushleft} \end{flushleft}
\end{minipage} \end{minipage}
~ ~
\begin{minipage}[t]{0.4\textwidth} \begin{minipage}[t]{0.4\textwidth}
\begin{flushright} \large \begin{flushright} \large
\emph{Supervisor:} \\ \emph{Supervisor:} \\
\thesissupervisorfirst\space \textsc{\thesissupervisorsecond} \\[1em] \thesissupervisorfirst\space \textsc{\thesissupervisorsecond}%
\thesissupervisoremail%
\\[1em]
\emph{Second Reader:} \\ \emph{Second Reader:} \\
\thesissecondreaderfirst\space \textsc{\thesissecondreadersecond} \thesissecondreaderfirst\space \textsc{\thesissecondreadersecond}%
\thesissecondreaderemail%
\end{flushright} \end{flushright}
\end{minipage}\\[1cm] \end{minipage}\\[1cm]
%\hrule %\hrule

View file

@ -41,6 +41,7 @@
%% >>> %% >>>
\newcommand{\email}[1]{\href{mailto:#1}{#1}}
%% <<< Layout %% <<< Layout
%% %%
@ -71,10 +72,13 @@
\def\thesissubtitle{} \def\thesissubtitle{}
\def\thesisauthorfirst{E.T.} \def\thesisauthorfirst{E.T.}
\def\thesisauthorsecond{de Boone} \def\thesisauthorsecond{de Boone}
\def\thesisauthoremailraw{ericteunis@deboone.nl}
\def\thesissupervisorfirst{dr. Harm} \def\thesissupervisorfirst{dr. Harm}
\def\thesissupervisorsecond{Schoorlemmer} \def\thesissupervisorsecond{Schoorlemmer}
\def\thesissupervisoremailraw{}
\def\thesissecondreaderfirst{dr. Katherine} \def\thesissecondreaderfirst{dr. Katherine}
\def\thesissecondreadersecond{Mulrey} \def\thesissecondreadersecond{Mulrey}
\def\thesissecondreaderemailraw{}
\def\thesisdate{July 2023} \def\thesisdate{July 2023}
\definecolor{radboud}{RGB}{227, 0, 11} \definecolor{radboud}{RGB}{227, 0, 11}
@ -111,6 +115,7 @@
\newcommand{\us}{\text{\textmu s}} \newcommand{\us}{\text{\textmu s}}
\newcommand{\MHz}{\text{MHz}} \newcommand{\MHz}{\text{MHz}}
\newcommand{\GHz}{\text{GHz}}
% >>>> % >>>>
% <<<< Quantities % <<<< Quantities
% Notes: % Notes:

View file

@ -1,12 +1,12 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[notitlepage,a4paper,oneside]{book} \documentclass[notitlepage,a4paper,oneside,11pt]{book}
\input{preamble.tex} \input{preamble.tex}
\hypersetup{ \hypersetup{
pdftitle={\begingroup \def\\{\space}{\thesistitle}\endgroup}, pdftitle={\begingroup \def\\{\space}{\thesistitle}\endgroup},
pdfauthor={\begingroup \def\\{\space}{\thesisauthorfirst\space\thesisauthorsecond}\endgroup} pdfauthor={\begingroup \def\\{\space}{\thesisauthorfirst\space\thesisauthorsecond<\thesisauthoremailraw>}\endgroup}
} }
%% %%