Herbert Voss wrote:
> [...]
> if this is not the problem and you have the "Indice Resumido"
> as a TOC-entry, than say what kind of class do you use?
> in komascript and others this doesn't appear as part of the toc.
Are there a restriction to use koma-script? I mean, I changed
the class from bo
Herbert Voss wrote:
> i don't know, if i really understand your problem.
>
> if you don't like "Indice Resumido" as a title of your
> toc write \def\contentsname{}
There is not my problem. I set contentsname.
> if this is not the problem and you have the "Indice Resumido"
> as a TOC-entry, tha
German Poo Caaman~o wrote:
>
> 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
>
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 docu