Navigation
0 users online :: 0 Guests and 0 Registered
Records in this category
Tags
Sticky FAQs
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:
- How to convert LaTeX files into HTML files?
- How to change the bibliography/reference names?
- How to include source code (programs) in LaTeX?
- I prefer to have my own bibliography appearance, e.g., customize my bibliography for a particular publication, how to do that?
- I need to generate both DVI and PDF, what should I write in the source code?
Last update: 2009-05-07 10:41
Author: Admin
Revision: 1.1
You can comment this FAQ