Hello, I need more space between numbers and text in LoF. How do I do that??
Asked
Active
Viewed 174 times
1 Answers
0
Use the tocloft package.
\usepackage{tocloft}
\setlength{\cftfignumwidth}{3em} % change the 3em to suit
The \cftfignumwidth is the space available for typesetting the figure number. There are other lengths for other kinds of numbers (such as \section or tables). Read the manual texdoc tocloft for more information.
Peter Wilson
- 28,066

\documentclassand ends with\end{document}that exhibits the problem. – barbara beeton May 18 '20 at 14:17\numberlineto use a specific width:\hbox to <width> {#1\hfill}. Normally this width is passed by\@dottedtoclinewhich is called in\l@figure– John Kormylo May 18 '20 at 16:52