\documentstyle[fullpage,11pt]{article} \begin{document} \include{epsf} \thispagestyle{empty} \title{{\LARGE\bf Requirements Analysis Document}} \author{{\Large\it Authors} \\ \vspace*{2.5in} \mbox{} \\ {\Large Title of Project} \vspace*{2.5in} \mbox{} \\ \date{\today} } \maketitle \clearpage \tableofcontents \clearpage %\bibliographystyle{plain} % % This section is an introduction to what your system is, basically an % abstract of the system and what is to follow in this document. This is also % the section to introduce a new concept, technique, or approach that your % group may have developed for this tool. % \section{Introduction} % % This section should give background motivation as to why your tool is useful % to the software engineering community. You could also think of this section % as providing the justification as to why you are developing the tool. % \subsection{Motivation} % % This section gives a brief discussion as to the contribution that your tool % is making to the software engineering community. % \subsection{Contributions} % % This section should give an overview of your system operation. This may be % considered as a form of a problems statement or a processing narrative of % the functionality of your system. A user senario may be a useful subsection % to further describe the system. % \section{Overview} % % This section will give DETAILED requirements for your system. This section % will basically serve as a contract between your team and your customer. % One possible organization of this section is to first state the requirements % briefly in a few paragraphs and bullets, and then create subsections that % address each requirement in detail. Try to find an organization that % works well for your group. % \section{Requirements} % % This section and following subsections should contain your OMT analysis. % The Object Model section should include the actual diagram(s) and a % data dictionary with entries for each entity in the system. % The Dynamic and Functional Model sections should include their respective % diagram(s). Each section should also contain prose descriptions of the % analysis and diagrams. Also include explainations of how and why you % arrived at this particular OMT model. % \section{OMT Analysis} \subsection{Object Model} \subsection{Dynamic Model} \subsection{Functional Model} % % This section should contain the sources of any and all references to other % group documents, articles, books, etc. that you used in creating this % document. Those interested can replace this with a true bibliography. % Please see the TA if you wish to learn how to create bibliographies. % \section{References} %\bibliography{analysis} \end{document}