On Thu, Nov 15, 2001 at 02:51:59PM -0800, Mohammad Reza Danesh wrote:
> I'm still stuck with the problem I posted couple of days before and can not
> find a solution for it. The problem is that I don't want the "content" entry
> in the TOC. I have 2 included files before TOC and 8 files after that, and I
> have no idea how to remove the entry from the TOC. My experience with Latex is
> limited to Lyx and what I have learned from this list, so ...
> I have tried to change my document class from book to report with no success.
> Does anyone out there has a solution for this?

In the book class there is no Contents entry in the TOC.
If you wish to remove the big Contents header at the top of the page
(before the TOC starts) then add the following lines to the preamble:

\renewcommand\tableofcontents{%
    \clearpage%
    \@starttoc{toc}%
}
        

Reply via email to