You can do it in the titlepage spec file. In the "book" section, change:
<t:titlepage-before t:side="verso">
<fo:block break-after="page"/>
</t:titlepage-before>
to:
<t:titlepage-before t:side="verso">
<fo:block break-after="page"/>
<fo:block break-after="page"/>
</t:titlepage-before>
The original broke the front page to present the verso information on the
next page. This version will break twice, effectively generating a blank
verso page and starting the verso content on the next odd page. Of course,
reprocess your titlepage spec file after making this change.
Bob Stayton
Sagehill Enterprises
DocBook Consulting
[EMAIL PROTECTED]
----- Original Message -----
From: "spr" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, October 10, 2007 1:18 PM
Subject: [docbook-apps] Re-order legalnotice to appear on odd-page
May be subject for earlier message wasn't representing the problem
earllier...
~spr
spr wrote:
While generating the PDF, (using FOP 0.94) the legal notice is being
printed on the "titlepage.verso". Even with "double.sided" set to "1".
My requirement is to move the legal notice to "odd-page" when
"double.sided" = "1".
I was able to do so by introducing a separator between recto & verso
pages
in the template "book.titlepage".
Gets the job done, but not an elegant one.
Is there a better way?
~spr
--
View this message in context:
http://www.nabble.com/Move-legal-notice-out-of-%22titlepage.verso%22-tf4597187.html#a13143723
Sent from the docbook apps mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]