Ben Galbraith wrote:
The body text should flow contiguously, so I can't simply put the
first/second page boxes in the flow.  Furthermore, generation of the
book will be fully automatic, so I can't manually insert the box into
the flow.

Use
  <fo:page-sequence-master name="whatever">
    <fo:single-page-master-reference master-reference="first"/>
    <fo:single-page-master-reference master-reference="second"/>
    <fo:repeatable-page-master-reference master-reference="rest"/>
  </fo:page-sequence-master>

The spec is your friend.

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to