My ToC should be double-spaced. That is easy enough except that by default (my class is similar to the document class, I think) an extra vertical space is added after the chapter entries.
Is there some command that I can renew or something to remove this space? I would think this should be very easy.
Any assistance will be appreciated.
Page Layout ⇒ Remove extra vertical Space between Chapter Entries in ToC
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10340
- Joined: Mon Mar 10, 2008 9:44 pm
Remove extra vertical Space between Chapter Entries in ToC
Hi,
welcome to the board!
You could disable that space for example by
If you need this also for the list of figures or list of tables, you could do it similarly or shortened by making a macro from this redefinition.
Stefan
welcome to the board!
You could disable that space for example by
Code: Select all
\addtocontents{toc}{\protect\renewcommand*\protect\addvspace[1]{}}
Stefan
LaTeX.org admin