Search found 2 matches

by Amor
Mon Dec 16, 2013 7:22 pm
Forum: Page Layout
Topic: Suppress Page Numbers on ToC Pages
Replies: 3
Views: 18192

Suppress Page Numbers on ToC Pages

It didn't help but I found this code that did the job :D

Code: Select all

\tableofcontents 
\addtocontents{toc}{
\protect\thispagestyle{empty}} 
\thispagestyle{empty} 
\newpage
by Amor
Mon Dec 16, 2013 7:05 pm
Forum: Page Layout
Topic: Suppress Page Numbers on ToC Pages
Replies: 3
Views: 18192

Suppress Page Numbers on ToC Pages

Hi,

I have some problem with my ToC. The problem is that I don't wont page numbers on ToC pages. I used this.

\tableofcontents
\thispagestyle{empty}

It works if the ToC is only one page. But it is on two pages and on the second page there is no number but on the first page there is a number ...