-
Notifications
You must be signed in to change notification settings - Fork 1
/
titlepage.tex
29 lines (29 loc) · 914 Bytes
/
titlepage.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\newcommand{\myhref}[3][blue]{\href{#2}{\color{#1}{#3}}}%
\makeatletter
\def\@maketitle{%
\newpage
\thispagestyle{empty}
\null
\vskip 2em%
\begin{center}%
\let \footnote \thanks
{\Large\bfseries Using SAT Solvers to Detect \\ Contradictions in Differential Characteristics \par}%
\vskip 1.5em%
{\normalsize
\lineskip .5em%
\begin{tabular}[t]{c}%
\@author \\
<\href{mailto:lukas.prokop@student.tugraz.at}{\color{contr}{lukas.prokop@student.tugraz.at}}> \\
\vspace{260pt} \\
Advisors: Florian Mendel, Martin Schläffer \\[12pt]
\includegraphics{img/iaik.pdf} \\[12pt]
Institute for Applied Information \\ Processing and Communications, TU Graz, Austria \\
\end{tabular}\par}%
\vskip 1em%
{\normalsize Dated: \@date} \\
{\normalsize Updated: \today}%
\end{center}%
\par
\vskip 1.5em}
\@maketitle
\makeatother