Egil Andreas Vartdal wrote:

Is there any way to change the output of /tableofcontents, /listoffigures etc. so that the heading of the TOC would not be "Contents" but ie. "Innhaldsliste"? I tried editing the report.cls in miktex/tex/latex/base where I ie. changed \newcommand\contentsname{Contents} to \newcommand\contentsname{Innhaldsliste}. This does not seem to work. Any suggestions how to solve this problem?

should be done by your language. If not you need at least

\AtBeginDocument{\renewcommand\contentsname{Innhaldsliste}}

better is (needs babel):

\addto\captions<your language here{%
   \renewcommand\contentsname{Innhaldsliste}}


e.g.: \addto\captionsgerman{% \renewcommand{\figurename}% {your figure-refname}% }


Herbert


-- http://TeXnik.de/ http://PSTricks.de/ ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf http://www.dante.de/faq/de-tex-faq/ http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes



Reply via email to