GeneralChange the default Title of ToC

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
krz
Posts: 63
Joined: Thu Jul 22, 2010 5:03 pm

Change the default Title of ToC

Post by krz »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Change the default Title of ToC

Post by localghost »

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
krz
Posts: 63
Joined: Thu Jul 22, 2010 5:03 pm

Change the default Title of ToC

Post by krz »

Hope it's enough.

Code: Select all

\documentclass{book}
\usepackage{titlesec}
\titleformat{\chapter}{\normalfont\Large\scshape}{\thechapter}{1em}{}[\vspace{6pt}]
It's all that I use as going to {titlesec} package.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Change the default Title of ToC

Post by localghost »

krz wrote:Hope it's enough. […]
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.
Without a minimal example no help possible.
Post Reply