Text FormattingContents numbering too close to text

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
byb3
Posts: 3
Joined: Thu May 01, 2014 6:18 pm

Contents numbering too close to text

Post by byb3 »

clash
clash
contents-text-clash.png (2.44 KiB) Viewed 2243 times
I've got a screenshot that best shows it. This is of my contents page.

This is happening with \subsubsection{KVM} when I get to the 10th subsubsection. It only needs shifting a few mm to the right but I'm not sure what command would even help me here.

Thanks in advance.

Best Regards,

Recommended reading 2024:

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

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

richard1017
Posts: 4
Joined: Wed Nov 28, 2012 6:32 am

Contents numbering too close to text

Post by richard1017 »

Try this:

Code: Select all

\usepackage{tocloft}
\setlength{\cfttabnumwidth}{6em} % tweak the number until satisfied.
Post Reply