Page LayoutSpacing between section numbers and titles in TOC / LOT / LO

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
greybadger
Posts: 13
Joined: Fri Aug 21, 2009 2:36 pm

Spacing between section numbers and titles in TOC / LOT / LO

Post by greybadger »

Hi,

I am using the default, bog-standard, report class:

Code: Select all

\documentclass[a4paper,11pt,twoside,openright]{report}
In my TOC / LOT / LOF, when the entry numbering goes beyond four characters (i.e. 10.10 as opposed to 10.9), there is no space between the number and the heading. I.e.
10.9 Heading 1
10.10Heading 2
This is independent of indent level. Clearly, I need to add another space to the heading indent at all levels. However, reading the tocloft documentation it isn't clear to me how to achieve this (indeed, the layout diagram and text explicitly says this spacing isn't configurable).

I'd appreciate any suggestions on how to achieve this.

Recommended reading 2024:

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

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

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Spacing between section numbers and titles in TOC / LOT / LO

Post by phi »

The spacing itself isn't configurable, but the width of the numbers is (via the \cftXnumwidth lengths).
Post Reply