General ⇒ Changing "Contents" to "Table of Contents"
Changing "Contents" to "Table of Contents"
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Changing "Contents" to "Table of Contents"
Code: Select all
\renewcommand{\contentsname}{Table of Contents}
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Changing "Contents" to "Table of Contents"
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
Re: Changing "Contents" to "Table of Contents"
God bless you guys,
Regards, Chris