LyXProblem with spacing in table of figures

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
marcos
Posts: 14
Joined: Mon Feb 04, 2013 10:45 am

Problem with spacing in table of figures

Post by marcos »

Hello,

Is there any way to increase the space beween the numbre and the description in the table of figures?
I'm having some trouble beause the numbres is overwrited with the description.
I'm using the

Code: Select all

\usepackage{chngcntr}
in the preambule. Here are an example of my pdf file:

Any idea will be welcome.
Attachments
2013-05-13_10h34_49.png
2013-05-13_10h34_49.png (55.09 KiB) Viewed 6112 times

Recommended reading 2024:

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

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

User avatar
tom
Posts: 73
Joined: Thu Apr 18, 2013 4:02 am

Problem with spacing in table of figures

Post by tom »

Use the tocloft package to change the default space allowed for figure numbers in the list of figures.

Code: Select all

\usepackage{tocloft}
\setlength{\cftfignumwidth}{4em}
HTH, Tom
marcos
Posts: 14
Joined: Mon Feb 04, 2013 10:45 am

Problem with spacing in table of figures

Post by marcos »

YES!!!

Thank you!! That solved (in part) my problem.
I would like to add the

Code: Select all

\setlength{\cfttabnumwidth}{4em}
For the liste of tables!
Post Reply