diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-03 18:42:50 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-03 18:42:50 +0000 |
| commit | 1c1f7fdcc8d4fb612fc5b6578c8333c1ed62d982 (patch) | |
| tree | c2c5bb8a398d30bf47803617c324986f94869347 /LaTeX/chapters/titlepage.tex | |
| parent | adf861c3d53d32018c6bd5cc0c331a4d541ab4e9 (diff) | |
initial latex
Diffstat (limited to 'LaTeX/chapters/titlepage.tex')
| -rw-r--r-- | LaTeX/chapters/titlepage.tex | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/LaTeX/chapters/titlepage.tex b/LaTeX/chapters/titlepage.tex new file mode 100644 index 0000000..fe00e7d --- /dev/null +++ b/LaTeX/chapters/titlepage.tex @@ -0,0 +1,79 @@ +% +% Diploma thesis template 2005 +% +% author: lukas.silberbauer(at)gmx.at +% based upon "Diplomarbeit mit LaTeX" by Tobias Erbsland +% +% published under the terms of +% +% ---------------------------------------------------------------------------- +% "THE BEER-WARE LICENSE": +% <lukas.silberbauer(at)gmx.at> wrote this file. As long as you retain this notice +% you can do whatever you want with this stuff. If we meet some day, and you think +% this stuff is worth it, you can buy me a beer in return. +% ---------------------------------------------------------------------------- +% +% +% + +\selectlanguage{german} +\begin{titlepage} + % enlarge page + \pagestyle{empty} + \setlength{\topmargin}{0pt} + \setlength{\headheight}{0pt} + \setlength{\headsep}{0pt} + \setlength{\footskip}{0pt} + + \begin{center} + + \begin{figure}[ht] + \centering + \includegraphics{images/tulogo.pdf} + \label{fig:tulogo} + \end{figure} + + \vspace*{1cm} + + {\Huge\bf MAGISTERARBEIT \\[2cm]} + {\Large\bf {\maintitle} \\} + {\Large\bf {\subtitle} \\[1.5cm] } + + {Ausgeführt an der} + + {\large Fachhochschule Aachen} + + {unter der Anleitung von} + {\large Prof. Dr.-Ing. Martin Oßmann} + + {durch\\[0.5cm]} + {\large\bfseries Paul C. B\"{u}tow\\[0.3cm] } + {Matthiashofstr. 15\\} + {D-52064 Aachen\\} + \end{center} + + \vspace*{1.5cm} + + \begin{flushleft} + {Aachen, am \today \\} + \end{flushleft} + +\end{titlepage} +\selectlanguage{german} + +\vspace*{2cm} +\textbf{\LARGE Danksagung} +\vspace*{1.5cm} + +Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla + +\tableofcontents + +\listoffigures + +\listoftables + + +% +% EOF +% |
