summaryrefslogtreecommitdiffstats
path: root/ue4/protokoll/protokoll.tex
diff options
context:
space:
mode:
Diffstat (limited to 'ue4/protokoll/protokoll.tex')
-rw-r--r--ue4/protokoll/protokoll.tex92
1 files changed, 92 insertions, 0 deletions
diff --git a/ue4/protokoll/protokoll.tex b/ue4/protokoll/protokoll.tex
new file mode 100644
index 0000000..3db10b0
--- /dev/null
+++ b/ue4/protokoll/protokoll.tex
@@ -0,0 +1,92 @@
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 4}
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\tableofcontents
22\newpage
23
24%------------------------------------------------------------------
25%------------------------------------------------------------------
26
27\section{Aufgabenstellung - Beispiel 4}
28\includegraphics[width=\textwidth,page=1]{../angabe.pdf}
29\includegraphics[width=\textwidth,page=2]{../angabe.pdf}
30
31%------------------------------------------------------------------
32%------------------------------------------------------------------
33
34\section{Beispiel 4}
35
36\subsection{Design}\label{Design}
37
38Abbildung~\ref{fig:classdiagram1} zeigt das Klassendiagramm der Aufgabe.
39
40TODO
41
42%==================================================================
43\begin{center}
44 \begin{figure}[htb]
45 \epsfxsize=1.6\textwidth\epsfbox{mycpu.png}
46 \caption{Klassendiagramm 1}
47 \label{fig:classdiagram1}
48 \end{figure}
49\end{center}
50%==================================================================
51
52\subsection{Verwaltung der Ressourcen}
53
54TODO
55
56\subsection{Fehlerbehandlung}
57
58TODO
59
60\subsection{Implementierung}
61
62TODO
63
64\section{Projektverlauf}
65
66\subsection{Probleme und Fallstricke}
67
68TODO
69
70\subsection{Arbeitsaufwand}
71
72\begin{tabular}{ll}
73 \toprule
74 Entwicklungsschritt / Meilenstein & Arbeitsaufwand\\
75 \midrule
76 TODO & TODO\\
77 \hline
78 TODO & TODO\\
79 \bottomrule
80\end{tabular}
81
82%------------------------------------------------------------------
83%------------------------------------------------------------------
84
85\newpage
86\section{Listings}\label{Listings}
87
88\subsection{mycpu.cpp}
89\lstinputlisting{../mycpu/mycpu.cpp}
90
91\end{document}
92