I have the following problem:
When using \listoffigures there is no white space after the second picture and the description of the picture, see:
As you can see there is no white space between the number of the picture.
I think the problem is here:
\let\default@listoffigures\listoffigures
\renewcommand{\listoffigures}{
\phantomsection
\addcontentsline{toc}{chapter}{\listfigurename}
{
\setlength{\parskip}{0pt}
\default@listoffigures
}
\pagebreak
}
But I cant find it. Does anyone know where the problem is?