%---------------------------------------------------------- % - User Requirements Document % % - W.F. Schellekens % - O.M. Schinagl % - T.A. van Roermund % %---------------------------------------------------------- \documentclass[11pt,a4paper,twoside]{book} \usepackage{docstyle} \renewcommand{\title}{User Requirements Document} \renewcommand{\author}{W.F. Schellekens \\ O.M. Schinagl \\ T.A. van Roermund} \newcommand{\docver}{1.1} \newcommand{\docid}{URD/\docver/} %---------------------------------------------------------- % % Start of Document % %---------------------------------------------------------- \begin{document} \selectlanguage{english} \frontmatter \include{title} \tableofcontents \include{abstract} \include{dss} \include{dcr} \mainmatter \include{chapter1} \include{chapter2} \include{chapter3} \appendix \end{document}