Page Layout ⇒ Remove extra vertical Space between Chapter Entries in ToC
Remove extra vertical Space between Chapter Entries in ToC
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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Remove extra vertical Space between Chapter Entries in ToC
welcome to the board!
You could disable that space for example by
Code: Select all
\addtocontents{toc}{\protect\renewcommand*\protect\addvspace[1]{}}
Stefan