add coverpage

This commit is contained in:
2020-11-11 11:03:26 +01:00
parent ca0f47e362
commit 4888e29c12
2 changed files with 33 additions and 0 deletions

BIN
doc/cover-page.pdf Normal file

Binary file not shown.

33
doc/cover-page.tex Normal file
View File

@@ -0,0 +1,33 @@
\documentclass[%
a4paper,%
12pt,% <10pt, 9pt>
%style=screen,
%sender=bottom,
blue,% <orange, green, violet>
%rgb, <cmyk>
%mono,
%extramargin,
%marginleft, <marginright>
]{tubsartcl}
\usepackage[utf8x]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{lipsum} % Blindtext-Paket
% Titelseiten-Elemente
\title{Introduction to IT-Security WS 20/21}
\subtitle{Exercise 00}
\author{Eggert Jung}
\begin{document}
\maketitle%[<plain/image/imagetext>,<logo=left/right>]
\begin{tabular}{rl}
\textbf{GITZ Kennung}: & y0085044 \\
\textbf{Matrikelnr.}: & 4839284 \\
\textbf{Studiengang}: & IST Bachelor \\
\textbf{Prüfungsordnung}: & 5 \\
\end{tabular}
\end{document}