One of my more critical document reviewers doesn�t like the large amount
of space which is left on the first contents page between the top of the
page and the word "Contents" and then between that and the first TOC
entry.

This is covered on Herbert Voss� excellent tips and tricks pages
(http://latex.s-v-p.de/tocloft/TOC.phtml#vertical) where it advises...

�  If you do not like the extra vertical space in toc, lof, lot, ...
when a new chapter begins, then write just before you want to place the
different lists: 
\begingroup
\renewcommand*{\addvspace}[1]{}
\listoffigures
\listoftables
...
\endgroup


So (hoping I read it right), I tried the following...

\begingroup
\renewcommand*{\addvspace}[1]{}
\tableofcontents
\endgroup

but don't see any change in the result. Where am I going wrong?

Also, I am using the nomencl package to compile a glossary. This is
working great, but has the same spacing issues. 

Many thanks
guy


[EMAIL PROTECTED]


Reply via email to