Hello!
If I create in my tex document a table of contents I do it using the command \tableofcontents. In my pdf output i will same the table of contents. The title is Contents. I want only to change the title to "I love Cristiano Ronaldo". I would i do it?
General ⇒ Table of Contents
NEW: TikZ book now 40% off at Amazon.com for a short time.

Table of Contents
In some document classes you could use:
right before \tableofcontents.
But this kind of thing is specific to documentclass and packages, so providing a minimal working example is a good idea.
Code: Select all
\renewcommand{\contentsname}{I love Cristiano Ronaldo}
But this kind of thing is specific to documentclass and packages, so providing a minimal working example is a good idea.