[OS X TeX] Page number appears with \pagestyle{empty}
Themis Matsoukas
matsoukas at engr.psu.edu
Sun Feb 28 08:39:56 EST 2010
On Feb 28, 2010, at 8:02 AM, Manuel wrote:
>
> Themis, what I'm trying to get is a document (a collection of ca.
> 5000 pdf-pages) completely without page numbers, with the toc at the
> end (I'll use "pagecommand" later to numerate the pages).'
The following will create a document without any page numbers;
however, page numbers will show on the table of contents.
\documentclass[article,twoside,a4paper,12pt]{memoir}
\begin{document}
\pagestyle{empty}
\chapter{Page numbers}
text text text
\clearpage
\tableofcontents*
\thispagestyle{empty}
\end{document}
Themis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://email.esm.psu.edu/pipermail/macosx-tex/attachments/20100228/f51e99d6/attachment.html>
More information about the MacOSX-TeX
mailing list