From 4abd197d076ac894ea1260e506b03dd020a7cee4 Mon Sep 17 00:00:00 2001 From: Refik Hadzialic Date: Mon, 26 Mar 2012 13:17:34 +0200 Subject: I added the latex files for writing the thesis! --- vorlagen/thesis/src/titel.tex | 81 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 vorlagen/thesis/src/titel.tex (limited to 'vorlagen/thesis/src/titel.tex') diff --git a/vorlagen/thesis/src/titel.tex b/vorlagen/thesis/src/titel.tex new file mode 100644 index 0000000..35b4186 --- /dev/null +++ b/vorlagen/thesis/src/titel.tex @@ -0,0 +1,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 Prof. Dr. Gerhard Schneider} + \end{flushright} + } + }; + + \node [shift={(7.0cm,4.4cm)}] at (current page.south west) + { + \parbox{7cm}{ + \large\noindent\textsf{Max + Mustermann + \\\normalsize Matr.-Nr.: 1234567 + } + } + }; + \node [shift={(-6.0cm,5.55cm)}] at (current page.south east) + {% + \parbox{7cm}{ + \begin{flushright} + \normalsize + \noindent\textsf{betreut durch\\} + \large + \noindent\textsf{John Doe}\normalsize\\ + \vspace{1.4mm} + \noindent\textsf{\\Erstprüfer\\} + \large + \noindent\textsf{Prof. Dr. Foo Bar}\normalsize\\ + \vspace{1.4mm} + \noindent\textsf{\\Zweitprüfer\\} + \large + \noindent\textsf{Prof. Dr. Bla Blub}\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{Masterarbeit +\vspace{2.5mm}\\} +\Large +\noindent\textsf{\textbf{ +Titel...\vspace{2mm}\\}} +\small +\noindent\textsf{\today} +\end{minipage} + +\end{titlepage} +\thispagestyle{empty} +\cleardoublepage -- cgit v1.2.3-55-g7522