source: Doc/Requirements/requirements.tex @ 532

Last change on this file since 532 was 317, checked in by jkraaijeveld, 13 years ago

Added start of requirements document

File size: 720 bytes
Line 
1\documentclass{article}
2\title{Requirements Specification for the Facilitator Tool}
3\author{Jos Kraaijeveld}
4\date{\today}
5\usepackage{fullpage}
6\usepackage[final]{pdfpages}
7\usepackage{graphicx}
8\begin{document}
9
10\maketitle
11\pagebreak
12\tableofcontents
13\pagebreak
14
15\section{Introduction}\label{s:intro}
16        This document contains the requirements which have to be implemented in the facilitator tool.
17
18\section{Data types and scales}\label{s:datatypes}
19        \input{scales.tex}
20
21\section{Server}\label{s:server}
22        \input{server.tex}
23
24\section{Client}\label{s:client}
25        <Section about all functionality on the client side of things>
26
27\section{Glossary}\label{s:glossary}
28        <Glossary>
29
30\end{document}
31
Note: See TracBrowser for help on using the repository browser.