Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

How to remove the page number from the table of contents page?

share|improve this question

1 Answer

See this FAQ answer. In the simplest case you just use \thispagestyle{empty} after \tableofcontents. However there are several complications, so see the linked answer.

One problem not discussed in the FAQ is if the table of contents is longer than 1 page. For this situation you can write \addtocontents{toc}{\protect\thispagestyle{empty}} somewhere before your first chapter.

share|improve this answer
5  
Thanks for your answer! But could you please edit it to include the actual answer in the site and not just point to an external site? See quality standards for answers for the rationale behind this. – Juan A. Navarro Sep 13 '10 at 17:34
Just to get your attention, I second Juan's request. – doncherry Nov 1 '11 at 13:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.