Wolfgang Engelmann wrote:
> If I add your script to the preamble, I get, however over 100 errors of the
> type
> missing \item
enclose the redefinition in
\makeatletter
[...]
\makeatother
> > P.S.: KOMA book does not have this bug.
>
> because of its captions
> (Figure 1 Legende legende legende
> legende legende legende
> legende
> against the book style with
> Figure 1 Legende legende legende
> legende legende legende legende )
> which takes less space
No problem:
\setcapindent{1em}
> and because the chapter headers are not hyphenated and take therefore too
> much space
\renewcommand*{\raggedsection}{}
KOMA is highly flexible. Almost nothing that can not be achieved. It also has
a very good german documentation.
Regards,
J�rgen
> Wolfgang