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
Theses, Books, Title pages ⇒ How can I change the heading of the table of contents?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.
- 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?
Hi Gunnar,
simply change the
to
Compile again, and you will get the icelandic heading:
Stefan
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:
Stefan
LaTeX.org admin