Education

ID #1046

How to remove page numbers in the LaTeX documents?

Occasionally you might want to disable the page numbers, and people generally suggest using the following code.

\maketitle
\thispagestyle{empty}

When it is used with some templates/style files, the page numbers may still exist, so add another line to remove page numbers for the whole document.

\maketitle
\thispagestyle{empty}
\pagestyle{empty} 

Tags: style

Related entries:

Last update: 2009-05-07 10:41
Author: Admin
Revision: 1.1

Digg it! Share on Facebook Print this record Send FAQ to a friend Show this as PDF file
Propose a translation for Propose a translation for
Please rate this FAQ:

Average rating: 5 (1 Vote)

completely useless 1 2 3 4 5 most valuable

You can comment this FAQ