summaryrefslogtreecommitdiffstats
path: root/ADD/ADD.tex
blob: 7fb3b9ca1b5294ac84dc644cc91456bcfa0d783a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
%----------------------------------------------------------
%  - ARCHITECTURAL DESIGN DOCUMENT
%
%  - W.F. Schellekens
%  - O.M. Schinagl
%  - T.A. van Roermund
%
%----------------------------------------------------------
\documentclass[11pt,a4paper,twoside]{book}
\usepackage{docstyle}
\usepackage{graphicx}
\usepackage{rotating}
\usepackage{longtable}
% \usepackage[pdftex]{hyperref}
\input{epsf}

\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}
\include{chapter8}
\appendix
\end{document}