Tagged Questions
2
votes
1answer
71 views
Parts and tocloft compatibility
Whenever I try using both tocloft (to be more precise \usepackage[titles]{tocloft} and \part{}, the table of contents doesn't render completely (it only renders until the first Part starts).
My ...
9
votes
1answer
672 views
\part and tocloft
The following code was provided by Martin Scharrer in reply to a post in May 10.
\documentclass{book}
\usepackage[british]{babel}
\usepackage[titles]{tocloft}
\usepackage{tocloft}
...
2
votes
2answers
488 views
How to linebreak part ToC entries using tocloft/titletoc and the book class
I'm currently writing a LaTeX document in the book documentclass. In my ToC I want the actual titles of certain entries (parts in my case) to come in a newline after a generic name of the section-type ...