Newer
Older
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
% coordinates for background border
\newcommand{\diameter}{20}
\newcommand{\xone}{-15}
\newcommand{\xtwo}{160}
\newcommand{\yone}{15}
\newcommand{\ytwo}{-253}
\begin{titlepage}
% background border
\begin{tikzpicture}[overlay]
\draw[color=gray]
(\xone mm, \yone mm)
-- (\xtwo mm, \yone mm)
arc (90:0:\diameter pt)
-- (\xtwo mm + \diameter pt , \ytwo mm)
-- (\xone mm + \diameter pt , \ytwo mm)
arc (270:180:\diameter pt)
-- (\xone mm, \yone mm);
\end{tikzpicture}
% KIT image and sign for faculty of physics
\begin{textblock}{10}[0,0](4.5,2.5)
\includegraphics[width=.25\textwidth]{include/kitlogo.pdf}
\end{textblock}
\changefont{phv}{m}{n} % helvetica
\begin{textblock}{10}[0,0](5.5,2.2)
\begin{flushright}
\Large Institut für Kunst- und Baugeschichte\\\thesisinstitute
\end{flushright}
\end{textblock}
% horizontal line
\begin{textblock}{10}[0,0](4.2,3.1)
\begin{tikzpicture}[overlay]
\draw[color=gray]
(\xone mm + 5 mm, -12 mm)
-- (\xtwo mm + \diameter pt - 5 mm, -12 mm);
\end{tikzpicture}
\end{textblock}
% begin of text part
\changefont{phv}{m}{n} % helvetica
\centering
% thesis topic (en and ge)
\vspace*{3cm}
\Huge\thesistopic\\
\huge(\thesisentopic)\\
% author name and institute
\vspace*{2cm}
\Large Bachelorarbeit\\von\\
\vspace*{1cm}
\huge\thesisauthor\\
\vspace*{1cm}
\Large am \thesisinstitute
% possible frontimage - thanks to JabberWok
% for publishing the img under GNU Document License
\vspace*{1.5cm}
% examiners (Referenten)
\vspace*{1.5cm}
\Large
\begin{center}
\begin{tabular}[ht]{l c l}
\iflanguage{english}{Reviewer}{Referent}:
& \hfill & \thesisreviewerone\\
\iflanguage{english}{Second Reviewer}{Korreferent}:
& \hfill & \thesisreviewertwo\\
% uncomment if you want to provide info on your advisors
%\iflanguage{english}{Advisor}{Betreuender Mitarbeiter}:
% & \hfill & \thesisadvisorone\\
%\iflanguage{english}{Second Advisor}{Zweiter betreuender Mitarbeiter}:
% & \hfill & \thesisadvisortwo\\
\end{tabular}
\end{center}
% working time
\vspace{1cm}
\begin{center}
\large{{Bearbeitungszeit}: \thesistimestart \hspace*{0.25cm} -- %
\hspace*{0.25cm} \thesistimeend}
\end{center}
% lowest text blocks concerning the KIT
\begin{textblock}{10}[0,0](4,16.8)
\tiny{KIT – Die Forschungsuniversität in der Helmholtz-Gemeinschaft}
\end{textblock}
\begin{textblock}{10}[0,0](14,16.75)
\large{\textbf{www.kit.edu}}
\end{textblock}
\end{titlepage}