Hello,
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}
Theses, Books, Title pages ⇒ Page numbering in table of contents
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Page numbering in table of contents
Welcome to the forum,
with the information given, nobody can answer your question.
Personally, i don't even understand the problem.
with the information given, nobody can answer your question.
Personally, i don't even understand the problem.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
-
- Posts: 2
- Joined: Mon Nov 11, 2019 6:50 am
Page numbering in table of contents
For a page titled "List of Figures", at the bottom of the page it shows a page number of roman xviii (18) however it should show xvii (17).
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Page numbering in table of contents
You may have set
Stefan
\setcounter{page}{17}
before the page starts. You could do \setcounter{page}{16}
instead, so that next page becomes 17.Stefan
LaTeX.org admin