Thursday, 22 August 2013

Page numbering problem

Page numbering problem

I use \pagenumbering{roman} for several pages in my
\documentclass{report}. I display my \tableofcontents, and then switch to
\pagenumbering{arabic}. However, my table of contents is two pages long,
and on the second page, the report switches to the arabic page numbering.
Not sure why, and don't know how to fix.
To recap, my document looks like:
\pagenumbering{roman}
\tableofcontents
\pagenumbering{arabic}
% content

No comments:

Post a Comment