Re: Working with a Mini TOC

2000-08-23 Thread German Poo Caaman~o
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

Re: Working with a Mini TOC

2000-08-23 Thread German Poo Caaman~o
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

Re: Working with a Mini TOC

2000-08-23 Thread Herbert Voss
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 >

Working with a Mini TOC

2000-08-23 Thread German Poo Caaman~o
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