summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-05-09 10:03:50 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-05-09 10:03:50 (GMT)
commit5620af5abcd7e4eb5e123603a497a407032f2107 (patch)
treec4ec1868dc4de7ec0cf484aaf2f7dbdab8569a7a
parent783bf8582cf0d61069b82a3185c8beee63f56681 (diff)
download2in25-5620af5abcd7e4eb5e123603a497a407032f2107.zip
2in25-5620af5abcd7e4eb5e123603a497a407032f2107.tar.gz
2in25-5620af5abcd7e4eb5e123603a497a407032f2107.tar.bz2
report skeleton
-rw-r--r--report/2in25-report.tex23
-rw-r--r--report/chapter1.tex3
-rw-r--r--report/chapter2.tex2
-rw-r--r--report/chapter3.tex2
-rw-r--r--report/chapter4.tex2
-rw-r--r--report/toc.tex1
6 files changed, 33 insertions, 0 deletions
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