Guy Hindell wrote:

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?

it depends to your class. Some do not use the \addvspace for the toc. Write into the preamble

[EMAIL PROTECTED]
  \ifnum [EMAIL PROTECTED] >[EMAIL PROTECTED]
    [EMAIL PROTECTED]
%    \vskip 1.0em [EMAIL PROTECTED]@ %   <-- the vertical space
    [EMAIL PROTECTED]
    \begingroup
      \parindent \z@ \rightskip [EMAIL PROTECTED]
      \parfillskip [EMAIL PROTECTED]
      \leavevmode \bfseries
      [EMAIL PROTECTED]
      \hskip -\leftskip
      #1\nobreak\hfil [EMAIL PROTECTED]@[EMAIL PROTECTED] #2}\par
      [EMAIL PROTECTED]
    \endgroup
  \fi}

The additional vertcal is commented out, there is now no
more additional space between chapter enrties.

Herbert




Reply via email to