martin asks,
I want to exclude all page numbering in a document and havn't been able to
either google or FAQ search an answer. I have tried with different
combinations and words, e.g.: latex exclude page numbering.
\pagestyle{empty}
and for the first page of a chapter you may also need
\thispagestyle{empty}
latex manual, p.89.
-- bb