cgddrd/CS39440-major-project

View on GitHub
documentation/outline_specification/alternative_title.tex

Summary

Maintainability
Test Coverage
\documentclass[11pt,fleqn,twoside]{article}
\usepackage{makeidx}
\makeindex
\usepackage{palatino} %or {times} etc
\usepackage{plain} %bibliography style 
\usepackage{amsmath} %math fonts - just in case
\usepackage{amsfonts} %math fonts
\usepackage{amssymb} %math fonts
\usepackage{lastpage} %for footer page numbers
\usepackage{fancyhdr} %header and footer package
\usepackage{mmpv2} 
\usepackage{url}
\usepackage[T1]{fontenc}
\usepackage[bitstream-charter]{mathdesign}

\usepackage{titlesec} % www.ctan.org/tex-archive/macros/latex/contrib/titlesec/titlesec.pdf

% Below "\section" can be replaced with "\subsection" and "\subsubsection"
% in order to customize the corresponding headings
\titleformat{\section}[hang]{
    %\usefont{T1}{bch}{b}{n}\selectfont} % "bch" - Bitstream Charter, "b" - bold
    \usefont{T1}{bch}{}{n}\selectfont}
    {} % label
    {0em} % horizontal separation between label and title body
    {\hspace{-0.4pt}\Large \thesection\hspace{0.6em}} % code preceding the title
    [] % optional code following the title body

% the following packages are used for citations - You only need to include one. 
%
% Use the cite package if you are using the numeric style (e.g. IEEEannot). 
% Use the natbib package if you are using the author-date style (e.g. authordate2annot). 
% Only use one of these and comment out the other one. 
\usepackage{cite}
%\usepackage{natbib}

\begin{document}

\name{Connor Luke Goddard}
\userid{clg11}
\projecttitle{Visual Odometry}
\projecttitlememoir{Visual Odometry} %same as the project title or abridged version for page header
\reporttitle{Outline Project Specification}
\version{0.1.1}
\docstatus{Draft}
\modulecode{CS39440}
\degreeschemecode{G601}
\degreeschemename{MEng Software Engineering}
\supervisor{Frederic Labrosse} % e.g. Neil Taylor
\supervisorid{fwl}
\wordcount{}

%optional - comment out next line to use current date for the document
%\documentdate{10th February 2014} 
\mmp

\setcounter{tocdepth}{3} %set required number of level in table of contents


%==============================================================================
\section{Project description}
%==============================================================================


%==============================================================================
\section{Proposed tasks}
%==============================================================================


%==============================================================================
\section{Project deliverables}
%==============================================================================

%
% Start to comment out / remove the following lines. They are only provided for instruction for this example template.  You don't need the following section title, because it will be added as part of the bibliography section. 
%
%%==============================================================================
%\section*{Your Bibliography - REMOVE this title and text for final version}
%%==============================================================================
%%
%You need to include an annotated bibliography. This should list all relevant web pages, books, journals etc. that you have consulted in researching your project. Each reference should include an annotation. 
%
%The purpose of the section is to understand what sources you are looking at.  A correctly formatted list of items and annotations is sufficient. You might go further and make use of bibliographic tools, e.g. BibTeX in a LaTeX document, could be used to provide citations, for example \cite{NumericalRecipes} \cite{MarksPaper} \cite[99-101]{FailBlog} \cite{kittenpic_ref}.  The bibliographic tools are not a requirement, but you are welcome to use them.   
%
%You can remove the above {\em Your Bibliography} section heading because it will be added in by the renewcommand which is part of the bibliography. The correct annotated bibliography information is provided below. 
%%
%% End of comment out / remove the lines. They are only provided for instruction for this example template. 
%%
%
%
%\nocite{*} % include everything from the bibliography, irrespective of whether it has been referenced.
%
%% the following line is included so that the bibliography is also shown in the table of contents. There is the possibility that this is added to the previous page for the bibliography. To address this, a newline is added so that it appears on the first page for the bibliography. 
%\newpage
\addcontentsline{toc}{section}{Initial Annotated Bibliography} 

%
% example of including an annotated bibliography. The current style is an author date one. If you want to change, comment out the line and uncomment the subsequent line. You should also modify the packages included at the top (see the notes earlier in the file) and then trash your aux files and re-run. 
%\bibliographystyle{authordate2annot}
\bibliographystyle{IEEEannot}
\renewcommand{\refname}{Annotated Bibliography}  % if you put text into the final {} on this line, you will get an extra title, e.g. References. This isn't necessary for the outline project specification. 
\bibliography{mmp} % References file

\end{document}