I'm using titlepage and copyrightpage and abstract. If you ne
Here's what I've attempted, and it puts a 0 at the bottom of the contents page.
Code: Select all
\begin{document}
\include{titlepage}
\include{copyrightpage}
\pagestyle{plain}
\include{abstract}
\tableofcontents
\pagenumbering{roman}
\setcounter{page}{3}
\pagenumbering{arabic}
\pagestyle{fancy}
\setcounter{page}{0}
\include{ch1_Intro}
\include{ch2}
\include{ch3}
\include{ch4}
\include{ch5}
\include{bibliography}
\end{document}