Theses, Books, Title pages ⇒ Page numbering in table of contents
-
- Posts: 2
- Joined: Mon Nov 11, 2019 6:50 am
Page numbering in table of contents
I'm getting an error while generating page numbers for my thesis. A page number of roman xvii (17) shows roman xviii (18) for one of the pages. | have added \setcounter{page}{17}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Page numbering in table of contents
with the information given, nobody can answer your question.
Personally, i don't even understand the problem.
-
- Posts: 2
- Joined: Mon Nov 11, 2019 6:50 am
Page numbering in table of contents
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Page numbering in table of contents
\setcounter{page}{17}
before the page starts. You could do \setcounter{page}{16}
instead, so that next page becomes 17.Stefan