1

Consider the following screenshot:

enter image description here

Differently than \listoffigures, \listoftables or \lstlistoflistings, the \listofalgorithmes command is adding an extra white space between chapters in the classicthesis template.

I fixed it by adding two simple lines from a nice answer:

\newcommand*{\noaddvspace}{\renewcommand*{\addvspace}[1]{}}
\addtocontents{lof}{\protect\noaddvspace}

Questions:

  • Is there a more elegant way to fix the spacing in the scrreprt class itself?
  • Should this inconsistency be reported to classicthesis or scrreprt maintainers?
juliohm
  • 3,452

0 Answers0