Skip to content Accesskey=4Skip to sub-navigation Accesskey=3View our Accessibility Options MIT Information Systems Home About IS&T Contact IS&T Site Map Search Advanced Search
Getting StartedGetting Services by Topic or Alphabetically Getting Help

On This Page

[Help]

  

Quick Links

Top Level

Related Links

Ask OLC a question

Athena Consulting Homepage

Helpdesk Stock Answers (for Mac/PC questions)


How to eliminate PAGE NUMBERS

In order to prevent page numbers from appearing on the pages of your LaTeX
document, you should include the line

        \usepackage{nopageno}

after your \documentclass line.

This will prevent page numbers from being printed on all of the pages.
If you wish to just prevent page numbers from printing on one page, you
should put the line

	\thispagestyle{empty}

in the text of the page you want to be printed without a page number.

MIT Home | Getting Started | Getting Services | Getting Help | About IS&T | Accessibility
Ask a technology question or send a comment about this web page.