summaryrefslogtreecommitdiffstats
path: root/ue2/protokoll/protokoll.tex
diff options
context:
space:
mode:
authormanuel <manuel@nc8430.lan>2009-04-27 00:25:16 +0200
committermanuel <manuel@nc8430.lan>2009-04-27 00:25:16 +0200
commitaa139a7d2b3f26af7590edbf413df67195c5d900 (patch)
treeba99ea3b2af9aa191386550f025520117f18f4f8 /ue2/protokoll/protokoll.tex
parent384539f7cc9feaa7ef7cee385cce472c6966c843 (diff)
downloadooprog-aa139a7d2b3f26af7590edbf413df67195c5d900.tar.gz
ooprog-aa139a7d2b3f26af7590edbf413df67195c5d900.tar.bz2
ooprog-aa139a7d2b3f26af7590edbf413df67195c5d900.zip
Adding ue2
Diffstat (limited to 'ue2/protokoll/protokoll.tex')
-rw-r--r--ue2/protokoll/protokoll.tex98
1 files changed, 98 insertions, 0 deletions
diff --git a/ue2/protokoll/protokoll.tex b/ue2/protokoll/protokoll.tex
new file mode 100644
index 0000000..456a6e7
--- /dev/null
+++ b/ue2/protokoll/protokoll.tex
@@ -0,0 +1,98 @@
1\documentclass[12pt,a4paper,titlepage,oneside]{article}
2\usepackage[utf8]{inputenc}
3\usepackage{oop_prot}
4\usepackage{url}
5\usepackage{pdfpages}
6\usepackage{booktabs}
7
8\title{Beispiel 2}
9
10\author{
11Günther Neuwirth, \matrnr 0626638\\
12 {\small e0626638@student.tuwien.ac.at}
13Manuel Mausz, \matrnr 0728348\\
14 {\small manuel-tu@mausz.at}\\
15}
16
17\begin{document}
18
19% create titlepage
20\maketitle
21
22\tableofcontents
23\newpage
24
25%------------------------------------------------------------------
26%------------------------------------------------------------------
27
28\section{Aufgabenstellung - Beispiel 2}
29\includegraphics[width=\textwidth,page=1]{../angabe.pdf}
30\includegraphics[width=\textwidth,page=2]{../angabe.pdf}
31\includegraphics[width=\textwidth,page=3]{../angabe.pdf}
32
33%------------------------------------------------------------------
34%------------------------------------------------------------------
35
36\section{Beispiel 2}
37
38\subsection{Design}\label{Design}
39
40Abbildung~\ref{fig:classdiagram1} zeigt das Klassendiagramm der Aufgabe.
41
42
43TODO
44
45%==================================================================
46\begin{figure}[htb]
47\begin{center}
48\epsfxsize=0.9\textwidth\epsfbox{ClassDiagram1.png}
49\end{center}
50\caption{Klassendiagramm 1}
51\label{fig:classdiagram1}
52\end{figure}
53%==================================================================
54
55
56\subsection{Verwaltung der Ressourcen}
57
58TODO
59
60\subsection{Fehlerbehandlung}
61
62TODO
63
64\subsection{Implementierung}
65
66TODO
67
68%------------------------------------------------------------------
69%------------------------------------------------------------------
70
71\section{Projektverlauf}
72
73
74\subsection{Probleme und Fallstricke}
75
76TODO
77
78\subsection{Arbeitsaufwand}
79
80
81TODO
82\begin{tabular}{ll}
83 \toprule
84 Entwicklungsschritt / Meilenstein & Arbeitsaufwand\\
85 \midrule
86 TODO
87 \bottomrule
88\end{tabular}
89
90%------------------------------------------------------------------
91%------------------------------------------------------------------
92
93\section{Listings}\label{Listings}
94
95TODO
96
97\end{document}
98