add coverpage
parent
ca0f47e362
commit
4888e29c12
Binary file not shown.
@ -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}
|
||||||
Loading…
Reference in New Issue