Compare commits
4 Commits
ca0f47e362
...
6ad8a04cbb
| Author | SHA1 | Date |
|---|---|---|
|
|
6ad8a04cbb | 5 years ago |
|
|
ef87e58b6d | 5 years ago |
|
|
0d3350363a | 5 years ago |
|
|
4888e29c12 | 5 years ago |
@ -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}
|
||||||
Binary file not shown.
Loading…
Reference in New Issue