\documentclass[12pt,a4paper,titlepage,oneside]{article} \usepackage[utf8]{inputenc} \usepackage{oop_prot} \usepackage{url} \usepackage{pdfpages} \usepackage{booktabs} \title{Beispiel 4} \author{ Günther Neuwirth, \matrnr 0626638\\ {\small e0626638@student.tuwien.ac.at}\\ Manuel Mausz, \matrnr 0728348\\ {\small manuel-tu@mausz.at}\\ } \begin{document} % create titlepage \maketitle \tableofcontents \newpage %------------------------------------------------------------------ %------------------------------------------------------------------ \section{Aufgabenstellung - Beispiel 4} \includegraphics[width=\textwidth,page=1]{../angabe.pdf} \includegraphics[width=\textwidth,page=2]{../angabe.pdf} %------------------------------------------------------------------ %------------------------------------------------------------------ \section{Beispiel 4} \subsection{Design}\label{Design} Abbildung~\ref{fig:classdiagram1} zeigt das Klassendiagramm der Aufgabe. TODO %================================================================== \begin{center} \begin{figure}[htb] \epsfxsize=1.6\textwidth\epsfbox{mycpu.png} \caption{Klassendiagramm 1} \label{fig:classdiagram1} \end{figure} \end{center} %================================================================== \subsection{Verwaltung der Ressourcen} TODO \subsection{Fehlerbehandlung} TODO \subsection{Implementierung} TODO \section{Projektverlauf} \subsection{Probleme und Fallstricke} TODO \subsection{Arbeitsaufwand} \begin{tabular}{ll} \toprule Entwicklungsschritt / Meilenstein & Arbeitsaufwand\\ \midrule TODO & TODO\\ \hline TODO & TODO\\ \bottomrule \end{tabular} %------------------------------------------------------------------ %------------------------------------------------------------------ \newpage \section{Listings}\label{Listings} \subsection{mycpu.cpp} \lstinputlisting{../mycpu/mycpu.cpp} \end{document}