blob: 497b14e96426715986b4f2143e43918495ce2881 (
plain)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
% !TEX root = ../thesis-example.tex
%
% ------------------------------------ --> cover title page
\begin{titlepage}
\pdfbookmark[0]{Cover}{Cover}
\flushright
\hfill
\vfill
{\LARGE\thesisTitle \par}
\rule[5pt]{\textwidth}{.4pt} \par
{\Large\thesisName}
\vfill
\textit{\large\thesisDate} \\
Version: \thesisVersion
\end{titlepage}
% ------------------------------------ --> main title page
\begin{titlepage}
\pdfbookmark[0]{Titlepage}{Titlepage}
\tgherosfont
\centering
{\Large \thesisUniversity} \\[4mm]
\includegraphics[width=6cm]{gfx/Clean-Thesis-Logo} \\[2mm]
\textsf{\thesisUniversityDepartment} \\
\textsf{\thesisUniversityInstitute} \\
\textsf{\thesisUniversityGroup} \\
\vfill
{\large \thesisSubject} \\[5mm]
{\LARGE \color{ctcolortitle}\textbf{\thesisTitle} \\[10mm]}
{\Large \thesisName} \\
\vfill
\begin{minipage}[t]{.27\textwidth}
\raggedleft
\textit{1. Reviewer}
\end{minipage}
\hspace*{15pt}
\begin{minipage}[t]{.65\textwidth}
{\Large \thesisFirstReviewer} \\
{\small \thesisFirstReviewerDepartment} \\[-1mm]
{\small \thesisFirstReviewerUniversity}
\end{minipage} \\[5mm]
\begin{minipage}[t]{.27\textwidth}
\raggedleft
\textit{2. Reviewer}
\end{minipage}
\hspace*{15pt}
\begin{minipage}[t]{.65\textwidth}
{\Large \thesisSecondReviewer} \\
{\small \thesisSecondReviewerDepartment} \\[-1mm]
{\small \thesisSecondReviewerUniversity}
\end{minipage} \\[10mm]
\begin{minipage}[t]{.27\textwidth}
\raggedleft
\textit{Supervisors}
\end{minipage}
\hspace*{15pt}
\begin{minipage}[t]{.65\textwidth}
\thesisFirstSupervisor\ and \thesisSecondSupervisor
\end{minipage} \\[10mm]
\thesisDate \\
\end{titlepage}
% ------------------------------------ --> lower title back for single page layout
\hfill
\vfill
{
\small
\textbf{\thesisName} \\
\textit{\thesisTitle} \\
\thesisSubject, \thesisDate \\
Reviewers: \thesisFirstReviewer\ and \thesisSecondReviewer \\
Supervisors: \thesisFirstSupervisor\ and \thesisSecondSupervisor \\[1.5em]
\textbf{\thesisUniversity} \\
\textit{\thesisUniversityGroup} \\
\thesisUniversityInstitute \\
\thesisUniversityDepartment \\
\thesisUniversityStreetAddress \\
\thesisUniversityPostalCode\ and \thesisUniversityCity
}
|