Page Layout ⇒ Part page one
-
- Posts: 1
- Joined: Tue Oct 16, 2012 2:57 pm
Part page one
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?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Part page one
welcome to the board!
Try this order, with
\cleardoublepage
inbetween:Code: Select all
\pagenumbering{roman}
\tableofcontents
\cleardoublepage
\pagenumbering{arabic}
\part{heading}
text