I am using the book documentclass and have a list of figures. After much trouble I noticed that there is a blank line to separate figures that are in different chapters, but not if they are within the same chapter. Since I changed the numbering of my figures to be {1, 2, 3, etc.} instead of {2.1, 2.2, 3.1, etc.} this looks silly and I'd rather have a blank line between each figure, no matter what.
How do I do that?
Similar:


linespread. That would increase the line spacing equally. Otherwise one could redefine \caption or \caption to add the desired space. – Stefan Kottwitz Aug 03 '10 at 12:06noaddvspaceto\newcommand*{\lofvspace}[1]{\renewcommand*{\addvspace}[1]{\vspace{#1}}} \addtocontents{lof}{\protect\lofvspace{5pt}}– jay Jan 15 '20 at 14:39