[OS X TeX] Page number appears with \pagestyle{empty}
Manuel
libros at limay.de
Sun Feb 28 16:53:39 EST 2010
Am 28/02/2010 um 22:48 schrieb Ross Moore:
>
> The reason is that \tableofcontents starts a new chapter,
> and the footer style for the 1st page of a chapter is different
> to that of later pages.
>
> Having \thispagestyle{empty} coming after \tableofcontents
> is useless, as the first page of a multi-page ToC has appeared
> well before that command is encountered.
>
> Having \thispagestyle{empty} coming before \tableofcontents
> is equally useless, as the internal \chapter command
> changes the pagestyle anyway.
>
>
> Here is one way to suppress the pagenumber,
> at the end (backmatter part) of your document:
>
>
> \backmatter
> \let\plainefootc\relax % on an even page
> \let\plainofootc\relax % on an odd page
> \tableofcontents*
>
> Hope this helps,
>
> Ross
>
Hello Ross,
Yes! I put those little magic words and the page number is gone.
Thanks everybody for the help!
More information about the MacOSX-TeX
mailing list