summaryrefslogtreecommitdiff
path: root/LaTeX/chapters/titlepage.tex
blob: 48b22f68b8fb350d5dfa5a412c8e71cb36165257 (plain)
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
%
%	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}
				\includegraphics{images/fhac_logo.png}
			\label{fig:tulogo}
		\end{figure}
	
		\vspace*{1cm}
						
		{\Huge\bf DIPLOMARBEIT \\[2cm]}
		{\Large\bf {\maintitle} \\}
		{\Large\bf {\subtitle} \\[1.5cm] }
		
		{Durchgeführt an der}

		{\large Fachhochschule Aachen}
		
		{mit Erstpr\"{u}fer und Betreuer }
		{\large Prof. Dr.-Ing. Martin Oßmann}

		{und Zweitpr\"{u}fer}
		{\large Prof. Dr. rer. nat. Heinrich Fassbender}
		
		{durch\\[0.5cm]}
		{\large\bfseries Cand. Inform. (FH) Paul C. B\"{u}tow\\[0.3cm] }
		{Matthiashofstr. 15\\}
		{D-52064 Aachen\\}
	\end{center}
	
	\vspace*{1.5cm}
	
	\begin{flushleft}
	{Aachen, den \today \\}
	\end{flushleft}

\end{titlepage}
%\selectlanguage{german}

\vspace*{2cm}
\textbf{\LARGE Danksagung}
\vspace*{1.5cm}

Vielen Dank!

\tableofcontents

\listoffigures

\listoftables

%
% EOF
%