Re: Space between numbering and name of the part in toc

2008-01-14 Thread Detlev Humann
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:
> Vllustration
>
> 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






Space between numbering and name of the part in toc

2007-12-31 Thread Detlev Humann
Hi!

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:
Vllustration

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.

Best regards
Detlev