Code: Select all
\documentclass[a4paper,10pt]{report}
\usepackage[]{fullpage}
%\usepackage{graphics}
% Title Page
\title{
Prepared by \\John Doe\\
}
\date{May 2012}
\author{John Doe}
\begin{document}
\pagenumbering{roman}
\maketitle
\tableofcontents
\thispagestyle{empty}
\chapter*{Project Overview}
\addcontentsline{toc}{chapter}{Project Overview}
\setcounter{page}{1}
\pagenumbering{arabic}
\paragraph{}
We enumerate two components:
\addcontentsline{toc}{section}{Component A}
\section*{Component A}
\paragraph{}
The general component will work as follows:
\begin{enumerate}
\item A
\item B
\item C
\item D
\item E
\end{enumerate}
\addcontentsline{toc}{section}{Component B}
\section*{Component B}
\paragraph{}
This component will offer a two-way approach
\addcontentsline{toc}{chapter}{Conclusion}
\chapter*{Conclusion}
\paragraph{}
It is my hope that the review has covered to your satisfaction matters relating to the working of the
system. Should you require any further clarification on this review, please do not hesitate to contact us.
\newpage
\begin{center}
John Doe\\
PO Box 000000 Mombasa\\
0001000 KENYA
\end{center}
\newpage
\begin{center}
\hrule
\vspace{5in}
THIS PAGE HAS BEEN LEFT INTENTIONALLY BLANK
\end{center}
\thispagestyle{empty}
\end{document}