\pagestyle{empty} on first page in LaTeX

If you use \pagestyle{empty}, but the first page is numbered anyway, you are probably using the \maketitle command too. The behaviour is not a bug but a feature. The standard LaTeX classes are written so that initial pages (pages containing a \maketitle, \part, or \chapter) have a different page style from the rest of the document; to achieve this, the commands internally issue \thispagestyle{plain}. This is usually not acceptable behaviour if the surrounding page style is 'empty'.

Possible workarounds include:

fancyhdr.sty
macros/latex/contrib/fancyhdr (zip, browse)
KOMA script bundle
macros/latex/contrib/koma-script (zip, browse)
memoir.cls
macros/latex/contrib/memoir (zip, browse)
nopageno.sty
macros/latex/contrib/carlisle/nopageno.sty
scrpage2.sty
Distributed as part of macros/latex/contrib/koma-script (zip, browse)

This question on the Web: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ps@empty