Theses, Books, Title pagesHow can I change the heading of the table of contents?

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

How can I change the heading of the table of contents?

Post by templateuser »

Hi, on page 3 there is a header picture with the text "Contents". I'm writing a book in icelandic, so I want to replace the word "Contents" with the word "Efnisyfirlit". Is it possible? If the answer is yes, how do I do it then?

Regards,
Gunnar

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

How can I change the heading of the table of contents?

Post by Stefan Kottwitz »

Hi Gunnar,

simply change the babel language option from english to icelandic. This means, open the file structure.tex and change

\usepackage[english]{babel}

to

\usepackage[icelandic]{babel}

Compile again, and you will get the icelandic heading:
book-contents.png
book-contents.png (219.37 KiB) Viewed 3337 times
Stefan
LaTeX.org admin
Post Reply