General ⇒ Change table of contents title
Change table of contents title
I'm writing a non-english document in LaTeX, so I would like to change the title of the table of contents generated by the \tableofcontents command. I'm failry inexperienced with LaTeX and have no clue how to do that, so any help would be appreciated.
- Jolle
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Change table of contents title
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Change table of contents title
- Jolle
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Change table of contents title
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Change table of contents title
Code: Select all
\renewcommand{\contentsname}{Inhaltsverzeichnis}
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Change table of contents title
Re: [Solved] Change table of contents title
Thanks
Change table of contents title
thanks..
the answer was:
Code: Select all
\renewcommand*\listfigurename{List of figures}
Re: [Solved] Change table of contents title
For some reason my documents keeps calling the table of contents for 'Contents' ..

Any ideas?
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Change table of contents title
If you use babel, use this, modify corresponding to your language:
Code: Select all
\addto{\captionsenglish}{\renewcommand*{\contentsname}{Table of contents}}