Hi all,
I need a way to change the "Contents" to "Table of contents" in the table of contents page. Does anyone have a solution?
thanks, Chris
General ⇒ Changing "Contents" to "Table of Contents"
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Changing "Contents" to "Table of Contents"
A very simple problem.
Insert this line in the preamble of your document.
Best regards
Thorsten¹
Code: Select all
\renewcommand{\contentsname}{Table of Contents}
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10347
- Joined: Mon Mar 10, 2008 9:44 pm
Changing "Contents" to "Table of Contents"
Hi Chris,
only in case you are using babel for instance with option english, there would a small modification be necessary:
Without babel Thorstens line will work well, not my line above.
Stefan
only in case you are using babel for instance with option english, there would a small modification be necessary:
Code: Select all
\addto\captionsenglish{\renewcommand{\contentsname}{Inhalt}}
Stefan
LaTeX.org admin
Re: Changing "Contents" to "Table of Contents"
Thanks Thorsten, Thanks Stefan,
God bless you guys,
Regards, Chris
God bless you guys,
Regards, Chris