Search found 2 matches

by cotanugo
Thu Jul 04, 2013 1:35 pm
Forum: Page Layout
Topic: Suppress Page Number on first Page of ToC
Replies: 3
Views: 9348

Suppress Page Number on first Page of ToC

Thanks. I did not know that \tableofcontains works similar to chapter. Anyway, without fancyhdr package \thispagestyle{clear} works for common chapter head, and does not work for the first page of ToC.
by cotanugo
Wed Jul 03, 2013 2:26 pm
Forum: Page Layout
Topic: Suppress Page Number on first Page of ToC
Replies: 3
Views: 9348

Suppress Page Number on first Page of ToC

Hello,

I use book or report document class, and I need no page number on the first page of the ToC, while keep page numbers (or column titles via \pagestyle{myheadings} ), on the top of page, in the other pages of Contents.

For instance, if I simply declare global \pagestyle{empty} , I need to ...