summaryrefslogtreecommitdiffstats
path: root/ADD/ADD.tex
diff options
context:
space:
mode:
Diffstat (limited to 'ADD/ADD.tex')
-rw-r--r--ADD/ADD.tex36
1 files changed, 36 insertions, 0 deletions
diff --git a/ADD/ADD.tex b/ADD/ADD.tex
new file mode 100644
index 0000000..81853f3
--- /dev/null
+++ b/ADD/ADD.tex
@@ -0,0 +1,36 @@
+%----------------------------------------------------------
+% - ARCHITECTURAL DESIGN DOCUMENT
+%
+% - W.F. Schellekens
+% - O.M. Schinagl
+% - T.A. van Roermund
+%
+%----------------------------------------------------------
+\documentclass[11pt,a4paper,twoside]{book}
+\usepackage{docstyle}
+\renewcommand{\title}{Architectural Design Document}
+\renewcommand{\author}{W.F. Schellekens \\ O.M. Schinagl \\ T.A. van Roermund}
+\newcommand{\docver}{1.0}
+\newcommand{\docid}{ADD/\docver/}
+%----------------------------------------------------------
+%
+% Start of Document
+%
+%----------------------------------------------------------
+\begin{document}
+\frontmatter
+\include{title}
+\tableofcontents
+\include{abstract}
+\include{dss}
+\include{dcr}
+\mainmatter
+\include{chapter1}
+\include{chapter2}
+\include{chapter3}
+\include{chapter4}
+\include{chapter5}
+\include{chapter6}
+\include{chapter7}
+\appendix
+\end{document}