Marko Degenkolb wrote:

> 
> I have a document using koma-script book which contains parts and 
> chapters. By default both start on an odd (right) page.
> This is fine for the part but the chapter should start on the _next_ 
> page, i.e. even or odd, to avoid too many empty pages.
> 
> Then I tried:
>   \let\cleardoublepage=\clearpage
> This works for the chapters, but now the parts start on the left page 
> as well (but have an empty page before the next chapter - strange).


try this:

\renewcommand\chapter{\clearpage
                     \thispagestyle{\chapterpagestyle}%
                     \global\@topnum\z@
                     \@afterindentfalse
                     \secdef\@chapter\@schapter}

Herbert



-- 
http://www.lyx.org/help/

Reply via email to