This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: how to insert page breaks after sections in PDF ?


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="sect1[ at role='rightpagestart']">
  <fo:block break-before="odd-page"/>
  <xsl:apply-imports/>
</xsl:template>

Jeff Beal

-----Original Message-----
From: Robert P. J. Day [mailto:rpjday at mindspring dot com]
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]