Hi
I am writing a class file for my thesis using book class. when i rename the \contentsname to Table of Contents using \renewcommand inside the class file, no change is observed. but it does change when i use the same command in my tex file just above \tableofcontents. Is it possible to write inside the class file or i have to write inside the tex file.
thanks
gopal
General ⇒ changing the \contentsname
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
changing the \contentsname
Hi gopal,
welcome to the LaTeX Community board!
Do you use babel? Then it should work with the \addto command, see Changing the words babel uses in the UK TeX FAQ.
Stefan
welcome to the LaTeX Community board!
Do you use babel? Then it should work with the \addto command, see Changing the words babel uses in the UK TeX FAQ.
Stefan
LaTeX.org admin
Re: changing the \contentsname
Thanks Stefan