Search found 2 matches

by queca
Thu Jan 09, 2014 7:28 pm
Forum: Page Layout
Topic: Page is numbered on ToC but not on the page itself
Replies: 1
Views: 3260

Page is numbered on ToC but not on the page itself

Solved! The command order did the trick. So, if anyone else eventually face this kind of situation, just change the commands order. In my case, this order solved the issue:

Code: Select all

...
\tableofcontents    
\listofalgorithms
\pagenumbering{roman}
\listoffigures
\listoftables
...
by queca
Fri Dec 13, 2013 4:00 am
Forum: Page Layout
Topic: Page is numbered on ToC but not on the page itself
Replies: 1
Views: 3260

Page is numbered on ToC but not on the page itself

Hi, you guys. I am working on my thesis and facing an annoying issue: I have to number the pre-Chapter1 pages with roman numbers and, after that, with arabian numbers. I've already tried several solutions and I don't know what else to do.

My header is:


\documentclass[ruledheader]{abnt ...