I am trying to write my abstact which is obviously a part of my thesis. However, when I use
\chapter{Abstract}
<text of the abstract>
Its give me "Abstract" as the title of the page. But the required format in our school is to put the title of the thesis and then the "Abstract" word. So I used the follwoing code
\begin{center}
\textbf{Title)
} \\
\textbf{ABSTRACT}
\end{center}
This code works fine, but the Abstract page number will be removed from the table of content. Any help?!