>>Subject: Re: last page odd & Fedora Core 1 (follow-up)
>>From: Jane McKean <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Date: 21 Jul 2004 17:06:04 -0700
>>
>>To answer some of my own questions:
>>
>>
>>> Two questions -
>>>
>>> (1) I want to have LyX generate PDFs where the last page is odd (e.g.
>>> the back cover in a two-sided document). I'm using \usepackage{pdfpages}
>>> to include PDFs for the front and back covers for our compiler manuals,
>>> and the content is set up as two-sided. Do I need to add some ERT to
>>> make this happen?
>>
>>This is what I did: (I'm using the book layout)
>>I added (in ERT)
>>\newpage
>>\thispagestyle{empty}
>>
>>then in regular type, a protected space (C-space)
>>
>>then in ERT:
>>\clear page
>>
>>This gave me a blank, empty page, so that I can have my PDF back cover end up
>>on an even page (think about how it would print out, for this to make sense).
>>More elegant solutions will be gratefully accepted.
What about
% redfinition of \cleardoublepage w an empty page
[EMAIL PROTECTED] [EMAIL PROTECTED]
\hbox{}
\thispagestyle{empty}
\newpage
[EMAIL PROTECTED]
%
\AtEndDocument{\cleardoublepage}
in the preamble ?
This insures that all occurrences of \cleardoublepage work alike
(empty even pages at chapter changes if needed).
Easy to modify to insert some kind of "Empty Page" mention, sometimes
requested in technical reports.
--
Jean-Pierre