Skip to content
Snippets Groups Projects
titlepage.tex 2.61 KiB
Newer Older
onny's avatar
onny committed
% 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}
onny's avatar
onny committed
            \Large Institut für Kunst- und Baugeschichte\\	
            Fachgebiet Kunstgeschichte
onny's avatar
onny committed
        \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


onny's avatar
onny committed
    % author name and institute
    \vspace*{5cm}
onny's avatar
onny committed

    % thesis topic (en and ge)
onny's avatar
onny committed
    \Large\seminarname\\
onny's avatar
onny committed
    \Huge\thesistopic\\
onny's avatar
onny committed
    \vspace*{4cm}
onny's avatar
onny committed

onny's avatar
onny committed
    \Large bei\\ 
    \vspace*{0.5cm}
    \huge\reviewer\\        
onny's avatar
onny committed
    \vspace*{1cm}
onny's avatar
onny committed
    \Large Hausarbeit\\von\\
    \vspace*{0.5cm}
onny's avatar
onny committed
    \huge\thesisauthor\\

    % examiners (Referenten)
    \vspace*{1.5cm}
    \Large
    \begin{center}
        \begin{tabular}[ht]{l c l}
onny's avatar
onny committed
        {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\\           
onny's avatar
onny committed
        \end{tabular}
    \end{center}



    % working time
    \vspace{1cm}
    \begin{center}
onny's avatar
onny committed
        \large{{Datum der Abgabe}: \thesistimehandin}
onny's avatar
onny committed
    \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}