I'm having trouble with not being able to adjust the left-hand margin in the list of figures. Here's a working example of why I want to do this:
Code: Select all
\documentclass{thesis}
\begin{document}
\listoffigures
\addtocounter{chapter}{10}
\addtocounter{figure}{39}
\begin{figure}
\centering
\rule{5cm}{3cm}
\caption{Help! I need more space}
\end{figure}
\end{document}

Kind Regards,
Chris