[OS X TeX] Page number appears with \pagestyle{empty}

Themis Matsoukas matsoukas at engr.psu.edu
Sun Feb 28 07:53:41 EST 2010


On Feb 28, 2010, at 5:10 AM, Manuel wrote:

> the first page of the table of contents appears with the folio at the
> bottom of the page, even with
>
> \thispagestye{empty}
>
> before or after \tableofcontents*. I didn't find any reference to
> this in the mail archives or in other sources. Could somebody point
> me in the right direction to solve this little problem?
>


The following works here;

\documentclass[article,twoside,a4paper,12pt]{memoir}

\begin{document}
\tableofcontents*
\thispagestyle{empty}

\clearpage

\chapter{Page numbers}
text text text

\end{document}

Themis Matsoukas





More information about the MacOSX-TeX mailing list