Page Layout ⇒ spacing in table of contents
spacing in table of contents
Thanks!
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
spacing in table of contents
two alternatives: the first one is the one you suggest: add something like the following
Code: Select all
\addtocontents{toc}{\protect\addvspace{-2\baselineskip}}
Code: Select all
\addtocontents{toc}{\protect\enlargethispage{\baselineskip}}
Re: spacing in table of contents
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
spacing in table of contents
You could use \linespread after \tableofcontents, or use the setspace package instead.
Stefan