0

enter image description hereThis is the code used:

\newpage {\setstretch{1.0} \listoffigures}

Scotty
  • 1

1 Answers1

1

It would be very helpful to know at least the class you are using. Also you could have said what your problem is. So, I'm having to guess that you want more space for the figure numbers. You can use the tocloft package for this.

\usepackage{tocloft}
\setlength{\cftfignumwidth}{5em} % choose the length to suit you (default is 2.3em)

Read the documentation (< texdoc tocloft) for all information about the package.

Peter Wilson
  • 28,066