General ⇒ Change the default Title of ToC
Change the default Title of ToC
I'm preparing some document to print and need to change default title of table of contents (strictly speaking, it must be default but in two languages, polish and german). I use package {titlesec}, but couldn't find the method in its documentation. Telling the truth I've just used ctrl+f and a few keywords, because I'm really in a hurry and have no time to study it. I have to send this document tomorrow to printing house.
Do you know if it's possible to change the title with {titlesec}? If so, how to do this??
Thanks for any help.
krz
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
Change the default Title of ToC
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Change the default Title of ToC
Code: Select all
\documentclass{book}
\usepackage{titlesec}
\titleformat{\chapter}{\normalfont\Large\scshape}{\thechapter}{1em}{}[\vspace{6pt}]
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Change the default Title of ToC
No, it's not. Obviously you didn't neither read what I have written nor follow the link in my last reply. So let me break it down for you to one simple sentence.krz wrote:Hope it's enough. […]
Without a minimal example no help possible.
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10