Fab
unread,May 9, 2009, 10:40:15 AM5/9/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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?