Newer
Older
% 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\\
Fachgebiet Kunstgeschichte
\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
\huge\thesisauthor\\
% examiners (Referenten)
\vspace*{1.5cm}
\Large
\begin{center}
\begin{tabular}[ht]{l c l}
{Hauptfach}:
& \hfill & \hauptfach\\
{Nebenfach}:
& \hfill & \nebenfach\\
{Fachsemester}:
& \hfill & \fachsemester\\
{Matrikel-Nr.}:
& \hfill & \matnr\\
{Anschrift}:
& \hfill & \anschriftstr\\
& \hfill & \anschriftplz\\
{E-Mail}:
& \hfill & \email\\
{Telefon:}:
& \hfill & \tel\\
\end{tabular}
\end{center}
% working time
\vspace{1cm}
\begin{center}
\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}