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: [docbook-apps] Bad page breaks and <beginpage/>


On Thu, Jun 12, 2003 at 10:21:58PM +0200, Martin Stemplinger wrote:
> On Mi Jun 11 2003 at 23:31, "John W. Shipman" <john@nmt.edu> wrote:
> 
> > But with our current DocBook production cycle (Modular
> > Stylesheets 1.60.1, xsltproc, and fop) I often get a page
> > break right between a section title or subsection title
> > and the following paragraph.
> >
> > Is there a reasonably easy solution to this problem?
> 
> Here is a quick hack bob Stayton recommended some time ago on this
> list. Insert something like this where you want a page break:
>  
>  <?pagebreak?>
>  
> And add this to your stylesheet customization layer:
>  
> <xsl:template match="processing-instruction('pagebreak')">
>     <fo:block break-after="page"/>
> </xsl:template>

This method is painful if you edit the document
and have to remove and insert new page breaks.

A better solution is to use an FO processor that handles
the keeps, such as XEP or AntennaHouse.  You said you
wanted an easy solution, not a free solution.  8^)

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The SCO Group                               fax:   (831) 429-1887
                                            email: bobs@sco.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


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