Add Test Files

This commit is contained in:
Kim Wittenburg
2017-10-31 19:04:00 +01:00
parent 7b72584b6f
commit e8344919bc
2 changed files with 25 additions and 1 deletions

1
.gitignore vendored
View File

@@ -19,5 +19,4 @@ answerfile.tex
/*/out
*.dvi
*.pdf
test.*
*.cls

25
test.tex Normal file
View File

@@ -0,0 +1,25 @@
\documentclass[fontsize=11pt]{uhhassignment}
\usepackage{lipsum}
\course[GSS]{Grundlagen der Systemsoftware}
\teacher{Prof. Dr. Hannes Federrath\\Prof. Dr. Winfried Lamersdorf}
\sheetno{1}
%\group{4}
% \title{Sicherheit in verteilten Systemen}
\author[Kempfert, Kunstmann, Menzel, See, Wittenburg]{Inga Kempfert\id{5kempfer} \and Anne Kunstmann\id{5kunstma} \and Jonas Menzel\id{5menzel} \and August See\id{5see} \and Kim Wittenburg\id{5wittenb}}
%\author{Inga Kempfert \and Anne Kunstmann \and Jonas Menzel \and August See \and Kim Wittenburg}
\begin{document}
\maketitle
\task{}
\lipsum
\subtask[4]{}
\lipsum
\end{document}