Kevin Pfeiffer wrote:
> This takes care of question #1:
> (from http://hex.lspace.org/leo/thesis/tips/packages.html)
> %% Make sure that the bibliography is listed in the table of contents,
> %% but that the table of contents itself is not.
> \usepackage[nottoc]{tocbibind}

or better, if you are using a KOMA class: option "idxtotoc"

> But it still says "Index".

\usepackage{babel}
\AtBeginDocument{%
  \addto\captionsngerman{%
    \renewcommand\indexname{Stichwortverzeichnis}
  }
}

J�rgen

Reply via email to