Hi,
I want my document to start numbering in roman letters an then in arabic after my table of contents. I have:
1. Table of Content
2. Part 1 title page
3. Chapter 1
When I insert \pagenumbering{arabic} between 1 and 2 then page 1 starts at the table of content page, and when I put it between 2 and 3 it starts at the chapter 1 page. Does anyone know how I can get it to start on the part page?
Page Layout ⇒ Part page one
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Part page one
Hi,
welcome to the board!
Try this order, with
Stefan
welcome to the board!
Try this order, with
\cleardoublepage
inbetween:Code: Select all
\pagenumbering{roman}
\tableofcontents
\cleardoublepage
\pagenumbering{arabic}
\part{heading}
text
LaTeX.org admin