Text Formattingtocloft | Spacing for ToC Entries

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
ac10
Posts: 13
Joined: Wed Dec 29, 2010 3:01 pm

tocloft | Spacing for ToC Entries

Post by ac10 »

Hello,

I'm trying to use the tocloft package to change the spacing between my subsection numbers and my subsection titles in the table of contents.

At the moment my subsection numbers which have more than 2 digits after the 2nd point are squashed up against the titles.

I have been trying to use \renewcommand of \cftXaftersnumb to increase the space between the numbers and titles, but I'm not sure exactly how to do that...

Can anyone give me a hand?

Thanks very much
Last edited by ac10 on Sat Oct 01, 2011 8:57 pm, edited 1 time in total.

Recommended reading 2024:

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

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

ac10
Posts: 13
Joined: Wed Dec 29, 2010 3:01 pm

tocloft | Spacing for ToC Entries

Post by ac10 »

Managed to fix the problem using ....

Code: Select all

\renewcommand{\cftsubsecnumwidth}{12mm} 
Post Reply