From 5620af5abcd7e4eb5e123603a497a407032f2107 Mon Sep 17 00:00:00 2001 From: Wilrik de Loose Date: Fri, 9 May 2008 10:03:50 +0000 Subject: report skeleton --- report/2in25-report.tex | 23 +++++++++++++++++++++++ report/chapter1.tex | 3 +++ report/chapter2.tex | 2 ++ report/chapter3.tex | 2 ++ report/chapter4.tex | 2 ++ report/toc.tex | 1 + 6 files changed, 33 insertions(+) create mode 100644 report/2in25-report.tex create mode 100644 report/chapter1.tex create mode 100644 report/chapter2.tex create mode 100644 report/chapter3.tex create mode 100644 report/chapter4.tex create mode 100644 report/toc.tex diff --git a/report/2in25-report.tex b/report/2in25-report.tex new file mode 100644 index 0000000..09b6335 --- /dev/null +++ b/report/2in25-report.tex @@ -0,0 +1,23 @@ +\documentclass[10pt,a4paper]{article} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{moreverb} + +\begin{document} + + % Title page + \title{Real-Time Architecture (2IN20)\\Exercise A} + \author{Dennis Peeten (0571361)\\Oliver Schinagl (0580852)\\Joshua (???????)\\Wilrik De Loose (0601583)} + %\date{7 February 2006} + \maketitle + +%no paragraph indentation +\parindent=0in + +\include{toc} +\include{chapter1} +\include{chapter2} +\include{chapter3} +\include{chapter4} + +\end{document} diff --git a/report/chapter1.tex b/report/chapter1.tex new file mode 100644 index 0000000..5fba525 --- /dev/null +++ b/report/chapter1.tex @@ -0,0 +1,3 @@ +\section{Background} + + diff --git a/report/chapter2.tex b/report/chapter2.tex new file mode 100644 index 0000000..b6494ef --- /dev/null +++ b/report/chapter2.tex @@ -0,0 +1,2 @@ +\section{Development considerations} + diff --git a/report/chapter3.tex b/report/chapter3.tex new file mode 100644 index 0000000..0b5591a --- /dev/null +++ b/report/chapter3.tex @@ -0,0 +1,2 @@ +\section{Architectural considerations} + diff --git a/report/chapter4.tex b/report/chapter4.tex new file mode 100644 index 0000000..ddc86a1 --- /dev/null +++ b/report/chapter4.tex @@ -0,0 +1,2 @@ +\section{Application domains} + diff --git a/report/toc.tex b/report/toc.tex new file mode 100644 index 0000000..f39cb6c --- /dev/null +++ b/report/toc.tex @@ -0,0 +1 @@ +\tableofcontents -- cgit v0.12