Bob Lounsbury wrote:
> Thanks for the help, that worked nicely for the chapter vertical space.
> Now how to I modify the vertical space for the other sections?
There are no similar macros for those available. You have to redefine
\section, \subsection etc. E.g.
[EMAIL PROTECTED]@}%
{-3\baselineskip [EMAIL PROTECTED] -1ex [EMAIL PROTECTED] -.2ex}% <-- 3 lines
of space before
{2\baselineskip [EMAIL PROTECTED] <-- 2 line of space after
{\setlength{\parfillskip}{\z@ [EMAIL PROTECTED] 1fil}%
[EMAIL PROTECTED]
Have a look at scrbook.cls for the original definitions.
Jürgen