
Please look at the figure above. The contents in the List of Figures are crossing the border and they are not appearing fully.
This is the code that I found in the source latex file.
\newpage
\makeatletter
\let \asas \ps@plain
\let \ps@plain \ps@empty
\makeatother \large
\tableofcontents
%\makeatletter
%\let \ps@plain \asas
%\let\asas\relax
%\makeatother
%\thispagestyle{empty}
\listoffigures
%\thispagestyle{empty}
\listoftables
%\thispagestyle{empty}
What can be done ?
\documentclass{...}and ending with\end{document}. – Jul 01 '14 at 05:52list of figureshave their origin in the\captioncommand of some\begin{figure}...\end{figure}environment.\captionhas an optional argument, where you can provide a short title designed for theList of figuressuch as\caption[Short title]{This is a really long,long,long description which should not be in the LOF}– Jul 01 '14 at 05:54\let\asasstuff looks strange. What is your intention? – Jul 01 '14 at 05:55