I have the following template in my customization layer that forces a page
break and places the section on an odd-numbered page, based on the existence
of a role attribute:

<xsl:template match="[EMAIL PROTECTED]'rightpagestart']">
  <fo:block break-before="odd-page"/>
  <xsl:apply-imports/>
</xsl:template>

Jeff Beal

-----Original Message-----
From: Robert P. J. Day [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 11:32 AM
To: docbook apps list
Subject: DOCBOOK-APPS: how to insert page breaks after sections in PDF?



  almost certainly a trivial question, but i've looked through
the entire FO Parameter Reference and i don't see how i can
force a page break before particular section headers when
generating a PDF file.

  is there such a parameter?

rday

Reply via email to