Wednesday 31 October 2012

Getting rid of page numbers in LaTeX

To join the many other people and sites that contain this useful information:

\thispagestyle{empty}

Make the page numbers on a given page disappear. You'll have to look into it if you want the page counters to also not increment.

\pagestyle{empty}

Also does the trick, and also applies this style to every subsequent page too.