\documentclass[12pt, titlepage]{article} \usepackage{booktabs} \usepackage{tabularx} \usepackage{hyperref} \hypersetup{ colorlinks, citecolor=black, filecolor=black, linkcolor=red, urlcolor=blue } \usepackage[round]{natbib} \title{SE 3XA3: Test Report\\Title of Project} \author{Team \#, Team Name \\ Student 1 name and macid \\ Student 2 name and macid \\ Student 3 name and macid } \date{\today} \input{../Comments} \begin{document} \maketitle \pagenumbering{roman} \tableofcontents \listoftables \listoffigures \begin{table}[bp] \caption{\bf Revision History} \begin{tabularx}{\textwidth}{p{3cm}p{2cm}X} \toprule {\bf Date} & {\bf Version} & {\bf Notes}\\ \midrule Date 1 & 1.0 & Notes\\ Date 2 & 1.1 & Notes\\ \bottomrule \end{tabularx} \end{table} \newpage \pagenumbering{arabic} This document ... \section{Functional Requirements Evaluation} \section{Nonfunctional Requirements Evaluation} \subsection{Usability} \subsection{Performance} \subsection{etc.} \section{Comparison to Existing Implementation} This section will not be appropriate for every project. \section{Unit Testing} \section{Changes Due to Testing} \section{Automated Testing} \section{Trace to Requirements} \section{Trace to Modules} \section{Code Coverage Metrics} \bibliographystyle{plainnat} \bibliography{SRS} \end{document}