GeneralPage numbering

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
std00088
Posts: 9
Joined: Mon Apr 07, 2008 12:02 pm

Page numbering

Post by std00088 »

Hi,

I am writing a paper using IEEE tran and I am facing the following problem:

I cannot see pagenumebring in the top right position as in a normal case. This problem appeared when I use the command
\thispagestyle{empty}. I discard this command but the numbering did not restore.
What can I do ? I have tried out to write \thispagestyle{plain} but in this case the number is written in the bottom of the page. Any suggestions ?

Thank you

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10322
Joined: Mon Mar 10, 2008 9:44 pm

Page numbering

Post by Stefan Kottwitz »

Hi std00088,

try

Code: Select all

\pagestyle{headings}
Stefan
Post Reply