>>Date: Thu, 09 Mar 2000 17:40:03 +0100
>>From: timm danker <[EMAIL PROTECTED]>
>>Cc: Lyx User Mailing List <[EMAIL PROTECTED]>
>>Subject: Re: How to begin chapter on the right?
>>
>>Emanuele Olivetti wrote:
>>>
>>> I'm printing a two-side report (my thesis) written with LyX:
>>> How can I make LyX start a new chapter on the right side
>>> (i.e. on a page with odd number)?
>>>
>>> Otherwise, how can I add a white page before a chapter?
>>>
>>> Thanks in advance
>>>
>>> Emanuele
>>
>>insert \pagebreak (in Tex-Mode!). this will make the paragraph start on
>>a new page, but will not produce a blank page. The following trick works
>>to insert a blank page: \pagebreak \hfill \pagebreak
>>
>>timm
This should be *really* set by the document class options:
- with book or alike, twoside does it (new right page for initial pages
of chapters and parts)
- with report or alike, you must set in addition openright in the
extraoption box
--
Jean-Pierre