mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2025-05-15 20:29:12 +02: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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue