-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAufgabe1.tex
37 lines (28 loc) · 936 Bytes
/
Aufgabe1.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
\documentclass[twoside,german]{elsarticle}
\usepackage[T1]{fontenc}
\pagestyle{headings}
\usepackage{amsthm}
\makeatletter
\theoremstyle{plain}
\newtheorem{thm}{\protect\theoremname}
\makeatother
\usepackage{babel}
\providecommand{\theoremname}{Aufgabe 1}
\begin{document}
\begin{frontmatter}{}
\title{Datenkommunikation, Aufgabe 1}
\author{Fabian Hammerschmidt}
\author{Matthias Schugg}
\author{Christian Fröhlich}
\author{Felix Golatofski}
\begin{abstract}
Alle hier gezeigten Dokumente sind nur zur Nutzung im Rahmen der Teilnahme an der Datenkommunikations-Vorlesung der Fakultät Informatik an der Hochschule Augsburg freigegeben. Die Angaben der Aufgaben sind urheberrechtlich geschützt!
\end{abstract}
\end{frontmatter}{}
\section{Aufgabe 1}
\begin{enumerate}[a.]
\item L/R (Geringere Bandbreite dominiert)
\item N * L/R
\item L/R; N * L/R
\end{enumerate}
\end{document}