summaryrefslogtreecommitdiff
path: root/common/titlepage.tex
blob: 3964504bf45d4fcf1243bc57669034e91ba00b54 (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
% Vorlage für Abschlussarbeiten und Praktikumsberichte
%
% titelseite.tex
%
% Hier wird die Titelseite erzeugt.

\begin{titlepage}
	\begin{center}
		\normalsize
% 		Otto-von-Guericke-Universität Magdeburg \\
% 		Fakultät für Elektrotechnik und Informationstechnik \\

		\vspace*{1cm}
	
		\includegraphics[width=9cm]{../common/EIT_SIGN_ovgu}
		
		\vspace{1.5cm}
	
		\Huge
		Digital Communication Systems
		
		\vspace{0.75cm}
		
		\ifdefined\thesubtitle
		\Large
		\thesubtitle
		
		\vspace{0.75cm}
		\par
		\fi
		
		\normalsize
		\textbf{\thekindofdocument}
		
		\vspace{1.5cm}
		
		\normalsize
		Chair of Microwave and Communication Engineering \\
		Institute for Information Technology and Communications \\
		Faculty of Electrical Engineering and Information Technology \\
		Otto-von-Guericke-University Magdeburg
		
		\vspace{0.75cm}

		\normalsize
		\textsc{Lecturer:} \\
		Philipp Le, M.\,Sc.
		
		\vspace{0.75cm}
		
		\normalsize
		Summer Semester 2020
		
		\vspace{0.75cm}
		
	\end{center}
\end{titlepage}

% Ende der Datei