This is my preamble
Code: Select all
\documentclass[12pt]{article}
\title{\textbf{Regression Testing}}
\author{\sc{Hariharan B}}
\usepackage{lastpage}
\usepackage{fancyhdr}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage{booktabs}
\pagestyle{fancy}
\renewcommand\headheight{16pt}
\renewcommand\footrulewidth{0.4pt}
\rhead{\small\sc{Regression Testing}}
\lhead{}
\cfoot{\thepage\ of \pageref{LastPage}}
\begin{document}
\date{}
\maketitle
\begin{center}
\large \textbf{Term Paper, Software Testing}
\vspace{2mm}
\large \textbf{Fall 2010}
\end{center}
\thispagestyle{empty}
\pagebreak
\tableofcontents
\thispagestyle{empty}
\listoffigures
\thispagestyle{empty}
\end{document}
Here is the link to the image Kindly help