You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
704 B
TeX
34 lines
704 B
TeX
\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}
|