Yes, that would be expected, as the "intentionally blank" notice appears only when the "blank" page-master is applied, and that is only applied to round out the end of a page-sequence that ends on an odd page. These blank pages do not use that page-master.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
[EMAIL PROTECTED]


----- Original Message ----- From: "spr" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, October 11, 2007 11:24 AM
Subject: Re: [docbook-apps] Re-order legalnotice to appear on odd-page



Thanks, it worked... with a minor issue.

The header of blank pages generated (verso of title page and verso of
legalnotice )do not contain the message "This page is intentionally left
blank" similar to other blank pages generated. e.g. verso of table of
contents.

~spr


Bob Stayton wrote:

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]


--
View this message in context: http://www.nabble.com/Move-legal-notice-out-of-%22titlepage.verso%22-tf4597187.html#a13161857
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]

Reply via email to