-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathTitleReport.tex
More file actions
48 lines (48 loc) · 849 Bytes
/
TitleReport.tex
File metadata and controls
48 lines (48 loc) · 849 Bytes
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
\begin{titlepage}
\makeatletter
$if(titlepage-logo)$
\begin{center}
\includesvg[inkscapearea=page,width=0.5\textwidth]{$titlepage-logo$}
\end{center}
$endif$
\vspace{1cm}
\begin{center}
\Huge\textbf{\@title}
\end{center}
$if(subtitle)$
\begin{center}
\fontsize{16pt}{18pt}\selectfont
$for(subtitle)$$subtitle$$sep$\\ $endfor$\\
\end{center}
$endif$
\vspace{1cm}
$if(thesis-where)$
\begin{center}
$for(thesis-where)$$thesis-where$$sep$\\ $endfor$
\end{center}
$endif$
$if(handed-in-by)$
\begin{center}
$handed-in-by$
\end{center}
$endif$
\@author
\begin{center}
$if(date)$
$on-date$ \@date\\
$endif$
$if(on-recommendation)$
$on-recommendation$\\
$endif$
$if(recommended-by)$
\vspace{0.5cm}
$for(recommended-by)$$recommended-by$$sep$\\ $endfor$\\
$endif$
$if(location)$
\vfill
$location$
\vspace{1cm}
$endif$
\end{center}
\makeatother
\end{titlepage}