Hi everyone,
I've googled everywhere for this and read the documentation cover-to-cover but with no success...
I've used the tocloft package to create a list of equations, which is great

. However, in the list of figures/tables some extra vertical space is added when the chapter containing the figure/table changes, e.g:
Code: Select all
1.1 Figure 1.1
1.2 Figure 1.2
<Vertical Space>
2.1 Ooh vertical space
2.2 That was nice
But my new list of equations does not have the same behaviour

. I nicked the code off of
this forum (thanks gmedina!), the only difference being that I use the hyperref package so place \phantomsection before the \addcontentsline.
Any ideas how I can get this <vertical space>?
Thanks,
Chris