I use \tableofcontents to generate a ToC of a book. It uses Roman numerals I, II, III for parts, and Arabic numerals 1, 2, 3 for chapters. I would like it to say "Part I" rather than "I", and "Chapter 23" rather than "23". How can I change this consistently throughout the document?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
You can use the tocloft package. A little example (feel free to adapt it according to your needs):
EDIT: changed the "manual" names "Part" and "Chapter" to \partname and "\chaptername". EDIT: changed to properly handle appendixes |
|||||||||||
|

tocloftcan do this – daleif May 10 '11 at 11:20toclof. It does not look if Peter Wilson is going to get around to do that. This is a very old FAQ and there are not realy a good solution besides memoir and amsbook. – Danie Els May 10 '11 at 13:50