I have a certain formatting style for my thesis.
However, in my Abstract Section i want NOT to have a header and a page number at all (but I want to have it as an entry in my TOC). Therefore, I have done the following :
Code: Select all
\newpage
\thispagestyle{empty}
\addcontentsline{toc}{chapter}{\numberline{}Abstract}
\begin{center}
\textbf{\huge Abstract}
\end{center}
Thanks!