On 05/12/2011 02:41 PM, Alain DIDIERJEAN wrote:
> ----- Mail Original -----
> De: "Richard Heck" <[email protected]>
> À: "Alain DIDIERJEAN" <[email protected]>
> Cc: [email protected]
> Envoyé: Jeudi 12 Mai 2011 19h02:01 GMT +01:00 Amsterdam / Berlin / Berne /
> Rome / Stockholm / Vienne
> Objet: Re: Chapters beginning on even pages
>
> On 05/12/2011 11:56 AM, Alain DIDIERJEAN wrote:
>> I'm working on a book. Consist of "ordinary" text and poems, each poem
>> having to be in its own chapter. I'd like these chapters to start on odd or
>> even page, without eventually leaving blank pages between them. How to
>> achieve that ?
>>
> Add the option "openany" to the class options under Document>Settings.
>
> Thanks, I'll try that, but I fear this will make ALL the chapters begin on
> odd & even pages. May be I didn't make it clear enough, I want text chapters
> start on even pages only, when poems chapters will start on both even & odd
> pages...
>
One option is to do Insert>Formatting>Clear Double Page before each of them.
Try something like this in a layout file:
Style ChapterDPage
CopyStyle Chapter
LaTeXCommand chapterdpage
Preamble
\newcommand\chapterdpage[1]{\cleardoublepage\chapter{#1}}
EndPreamble
End
Richard
PS Please keep questions on the list, in case someone else was watching
the thread, and so that answers will be archived for later searching.