summaryrefslogtreecommitdiffstats
path: root/ADD/ADD.tex
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-10-10 18:48:41 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-10-10 18:48:41 (GMT)
commit38a1eb0f135b70794c8c87f249644a798c319558 (patch)
treea79ffb4d200e70d784cde6be49849588b3e737a2 /ADD/ADD.tex
parentee6954d4ef4c6cb445688f4c1cdddf9e7a1f8c6e (diff)
download2ii10-38a1eb0f135b70794c8c87f249644a798c319558.zip
2ii10-38a1eb0f135b70794c8c87f249644a798c319558.tar.gz
2ii10-38a1eb0f135b70794c8c87f249644a798c319558.tar.bz2
Eerste opzet voor ADD
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}