Hi!
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
General ⇒ Change the default Title of ToC
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
Change the default Title of ToC
Please get used to always providing a minimal example that is compilable out of the box. People a rarely motivated to build a complete example just to test solutions for you. Nobody knows your document set up and is willing to do random shots here. You are not new to the forum, so in the meantime you should know that.
Thorsten
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
Change the default Title of ToC
Hope it's enough.
It's all that I use as going to {titlesec} package.
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.
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