summaryrefslogtreecommitdiffstats
path: root/vorlagen/thesis/src/titel.tex
blob: 196bd38ae3b8632231693249f0057683dbbd38a0 (plain) (blame)
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
\begin{titlepage}
\definecolor{winered}{rgb}{0.555,0.063,0.141}


\begin{tikzpicture}[remember picture, overlay]
    \node [shift={(4.1cm,-5cm)}]  at (current page.north west)
        {%
            \includegraphics[height=3.6cm,keepaspectratio=true]{img/Uni_Logo-blau-Wappen-li_E1_A4_CMYK.png}
            % Uni_Logo-blau-Wappen-li_E1_A4_CMYK.png: 583x684 pixel, 300dpi, 4.94x5.79 cm, bb=0 0 140 164
		    % unilogo.png: 1092x1044 pixel, 100dpi, 27.74x26.52 cm, viewport=0 0 786 752
        };
    \node [shift={(5.75cm,-5.7125cm)}] at (current page.north west)
        {%
            \begin{tikzpicture}[remember picture, overlay] 
            \fill[fill=winered] (0,0) rectangle (13cm,1.175mm);
            \end{tikzpicture}
        };
    \node [shift={(-6.75cm,-5.65cm)}] at (current page.north east)
        {
            \parbox{9cm}{
            \begin{flushright}
                \textsf{ \raggedright \large \textbf{Technische Fakultät}}\\
                \vspace{.8mm}
                \textsf{ \large Albert-Ludwigs-Universität, Freiburg}\\
                \vspace{2.8mm}
                \textsf{ \large Lehrstuhl für Kommunikationsysteme}\\
                \vspace{.8mm}
                \textsf{ \large}
            \end{flushright}
            }        
        };

    \node [shift={(7.0cm,4.4cm)}] at (current page.south west)
        {
            \parbox{7cm}{
                \large\noindent\textsf{Refik Had\v{z}iali\'{c}
                \\\normalsize  
                } 
                }
        };
    \node [shift={(-6.0cm,5.55cm)}] at (current page.south east)
        {%
            \parbox{7cm}{
            \begin{flushright}
            \normalsize
            \noindent\textsf{Supervised by\\}
            \large
            \noindent\textsf{M.Sc. Konrad Meier \\ M.Sc. Dennis Wehrle}\normalsize\\
            \vspace{1.4mm}
            \noindent\textsf{\\First Examiner\\}
            \large
            \noindent\textsf{Prof. Dr. Gerhard Schneider}\normalsize\\
            \vspace{1.4mm}
            \noindent\textsf{\\Second Examiner\\}
            \large
            \noindent\textsf{Prof. Dr. Christian Schindelhauer}\normalsize\\
            \end{flushright}
            }
        };

        % Draw a page border
        %\draw (current page.north west) rectangle (current page.south east);
\end{tikzpicture}

\vspace{7.5cm}
\hspace{5mm}
\begin{minipage}[t][6.5cm][t]{14.1cm}
\large
\noindent\textsf{Master thesis
\vspace{2.5mm}\\}
\Large
\noindent\textsf{\textbf{
Mobile Assisted GPS Localization in GSM Networks
\vspace{2mm}\\}}
\small
\noindent\textsf{\today}
\end{minipage}

\end{titlepage}
\thispagestyle{empty}
\cleardoublepage