Description of the problem:
> How can I increase the space between numbering and name of the part in
> table of contents?
>
> It should be (part Roman 8):
> VIII  Illustration
>
> But it looks like:
> VIIIIllustration
>
> I'm using Lyx 1.5.3 and scrbook. I don't want to use the package tocloft
> because of losing the toc layout of koma script.
>
>   

Solution for the LateX-preamble: 

% Redefinition of Part
[EMAIL PROTECTED]
\ifnum [EMAIL PROTECTED] >-2\relax
[EMAIL PROTECTED]
\addvspace{2.25em [EMAIL PROTECTED]@}%
[EMAIL PROTECTED] Value for new space, originally 2em
[EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]
\fi
\fi
\begingroup
\parindent \z@ \rightskip [EMAIL PROTECTED]
\parfillskip [EMAIL PROTECTED]
\leavevmode\sectfont\large
[EMAIL PROTECTED]
\hskip -\leftskip
#1\nobreak\hfil [EMAIL PROTECTED]@[EMAIL PROTECTED] #2}\par
[EMAIL PROTECTED]
\endgroup
\fi
}

Thanks to Markus Kohm for details!
Regards
Detlev




Reply via email to