I am using the default, bog-standard, report class:
Code: Select all
\documentclass[a4paper,11pt,twoside,openright]{report}
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).10.9 Heading 1
10.10Heading 2
I'd appreciate any suggestions on how to achieve this.