OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: RE: DOCBOOK-APPS: 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[@role='rightpagestart']">
  <fo:block break-before="odd-page"/>
  <xsl:apply-imports/>
</xsl:template>

Jeff Beal

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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC