On Mon, Feb 8, 2010 at 7:25 AM, Nic Gibson <n...@corbas.net> wrote:

> I have a feeling I'm missing something obvious here so I think I'd better 
> ask. My current
> client has a requirement that the table of contents for their material have a 
> page break
> at the end. Is there any option I can set to require this? I don't think 
> there's an obvious
> way to handle this using a processing instruction or the keep-together-... 
> attribute. Am
>I missing something obvious?

Years ago I was required to put a page break before certain sections
in a document.  I used the dbfo-need processing instruction as
described at http://www.sagehill.net/docbookxsl/PageBreaking.html.

I believe I set the required height to something very close to the
available page height.  Each time it occurred, the following content
would be pushed to the next page.

     <?dbfo-need height="7.5in" ?>

Good luck.

Peter

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

Reply via email to