Vertical spacing in list of tables and list of figures

2,773 views
Skip to first unread message

Fab

unread,
May 9, 2009, 10:40:15 AM5/9/09
to LaTeX Users Group
Hello everyone,

the numbering of my tables and figures is part.table and part.figure
instead of chapter.table and chapter.figure. The problem is that in
the list of tables (lot) and list of figures (lof), there is a
vertical spacing between entries from different chapters instead of
parts, just like this:

1.1 (Part 1, chapter 1)
1.2 (Part 1, chapter 1)

1.3 (Part 1, chapter 2)

1.4 (Part 1, chapter 3)

2.1 (Part 2, chapter 1)
2.2 (Part 2, chapter 1)

2.3 (Part 2, chapter 2)

instead i would like:

1.1 (Part 1, chapter 1)
1.2 (Part 1, chapter 1)
1.3 (Part 1, chapter 2)
1.4 (Part 1, chapter 3)

2.1 (Part 2, chapter 1)
2.2 (Part 2, chapter 1)
2.3 (Part 2, chapter 2)

i guess i have to play around in the report.cls file but i would like
to get some expert advice.

Please, can anyone help me with this prob?



rharder

unread,
Jun 8, 2009, 4:25:30 PM6/8/09
to LaTeX Users Group
Same problem I had. Found it!

Quoting from http://www.latex-community.org/forum/viewtopic.php?f=5&t=3015&start=0&st=0&sk=t&sd=a:
If you really want to avoid the vertical space of 10pt added between
chapters in the LOF and LOT, just remove the following lines from the
definition of \@chapter:

\addtocontents{lof}{\protect\addvspace{10\p@}}%
\addtocontents{lot}{\protect\addvspace{10\p@}}%

-Rob

On May 9, 7:40 am, Fab <fabien.leon...@student.manchester.ac.uk>
wrote:
Reply all
Reply to author
Forward
0 new messages