I have trouble reducing the space between the the title like LIST OF FIGURES, TABLE OF CONTENTS, etc., and the list body body in my thesis. I had the same problems with chapter headings, which I fixed by using \vskip -2.5 in each chapter. However, since the table of contents etc. are fixed by document class itself (my guess), I am not able to do this. I will appreciate any help on this.
Asked
Active
Viewed 394 times
2
jub0bs
- 58,916
sagarmatha
- 21
bookclass,\listoffiguresis defined to generate the list of figures after a\chapter*command. Therefore, instead of hardcoding\vskip ...after each chapter, you'd be better off changing the spacing of all chapter headings using the\titlespacingcommand from thetitlesecpackage. Have a look there for more details. – jub0bs May 23 '13 at 18:37