Thanks alot... This somehow works, however, how do I get rid of the number?
It says
1. my chapter name
etc... I need to get rid of the number. I checked the koma help but I
couldn't see anything related to it. I know I can use chapter* but then I
need to set the counters for captions and also enter them manually in the
TOC.
This upgrade has been a headache....
thanks
On Monday 03 June 2002 09:05, Herbert Voss wrote:
> Remzi Seker wrote:
> > I tried that before I cried for help :-) but it didn't work. let me paste
> > the preamble in here:
> > --------
> > \usepackage{sectsty}
> > \chapterfont{\mdseries\centering}
>
> [...]
>
> when using scr-book delete the stuff with chapterhead
>
> > \def\@makechapterhead#1{%
> > \vspace*{50\p@}%
> > {\parindent \z@ \raggedright \normalfont
>
> [...]
> the rest of the preamble has nothing to do with the problem.
> create a minimal lyx-doc with scr-book class and only
> one chapter and have a look at it.
>
> Herbert