I put a little TOC before that general TOC.

On LaTeX preamble I wrote:

\let\@SAVEstarttoc\@starttoc
\def\@firststarttoc#1{%
  \begingroup
    \makeatletter
    \@input{\jobname.#1}%
    \@nobreakfalse
    \global\let\@starttoc\@SAVEstarttoc
  \endgroup}
\let\@starttoc\@firststarttoc

On my document I wrote:

\def\contentsname{Indice Resumido}
\setcounter{tocdepth}{1} 
[Table of Contents]           <-- I don't remember the english tag
\def\contentsname{Indice General}
\setcounter{tocdepth}{5}
[Table of Contents]

It works fine, but on both of them appears "Indice Resumido" and
"Indice General" on the TOC. How can I "delete" them from my TOC?
(Or At least "Indice Resumido").

TIA,

-- 
German Poo Caaman~o
mailto:[EMAIL PROTECTED]
http://www.ubiobio.cl/~gpoo/chilelindo.html
"La historia no se lee, se escribe"

Reply via email to