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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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