mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-12 18:43:30 +01:00
Thesis: titlepage and subfiles..
This commit is contained in:
parent
14a5d10a78
commit
0bec1a75bd
1 changed files with 8 additions and 7 deletions
|
@ -7,15 +7,16 @@
|
|||
}
|
||||
|
||||
|
||||
\def\thesisauthoremail{}
|
||||
\def\thesissupervisoremail{}
|
||||
\def\thesissecondreaderemail{}
|
||||
\newcommand{\titlingemail}[1]{\\\email{#1}}
|
||||
%\def\thesisauthoremail{\titlingemail{\thesisauthoremailraw}}
|
||||
%\def\thesissupervisoremail{\titlingemail{\thesissupervisoremailraw}}
|
||||
%\def\thesissecondreaderemail{\titlingemail{\thesissecondreaderemailraw}}
|
||||
\newcommand{\email}[1]{\href{mailto:#1}{#1}}
|
||||
\def\thesisauthoremailraw{}
|
||||
\def\thesissupervisoremailraw{}
|
||||
\def\thesissecondreaderemailraw{}
|
||||
|
||||
\begin{document}
|
||||
\newcommand{\titlingemail}[1]{\\\email{#1}}
|
||||
\def\thesisauthoremail{\titlingemail{\thesisauthoremailraw}}
|
||||
\def\thesissupervisoremail{\titlingemail{\thesissupervisoremailraw}}
|
||||
\def\thesissecondreaderemail{\titlingemail{\thesissecondreaderemailraw}}
|
||||
\begin{titlepage}
|
||||
\thispagestyle{empty}
|
||||
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
|
||||
|
|
Loading…
Reference in a new issue