summaryrefslogtreecommitdiff
path: root/common/titlepage.tex
diff options
context:
space:
mode:
Diffstat (limited to 'common/titlepage.tex')
-rwxr-xr-xcommon/titlepage.tex59
1 files changed, 59 insertions, 0 deletions
diff --git a/common/titlepage.tex b/common/titlepage.tex
new file mode 100755
index 0000000..3964504
--- /dev/null
+++ b/common/titlepage.tex
@@ -0,0 +1,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