a like that homey.
<fo:layout-master-set>
<fo:simple-page-master master-name="first"
page-height="11.0in"
page-width="8.5in"
margin-top="2.0in"
margin-bottom="0.0in"
margin-left="1.0in"
margin-right="1.0in">
<fo:region-body margin-bottom="0.5in"/>
<fo:region-after extent="0.5in"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="main"
page-height="11.0in"
page-width="8.5in"
margin-top="0.25in"
margin-bottom="0.0in"
margin-left="1.0in"
margin-right="1.0in">
<fo:region-body margin-top="0.5in" margin-bottom="0.25in"/>
<fo:region-before extent="1.0in"/>
<fo:region-after extent="0.5in"/>
</fo:simple-page-master>
<fo:page-sequence-master master-name="standard">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference page-position
="first" master-name="first"/>
<fo:conditional-page-master-reference odd-or-even="any"
master-name="main"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
</fo:layout-master-set>
[EMAIL PROTECTED]
APACHE.ORG
To: "fop" <[EMAIL PROTECTED]>
cc:
02/15/02 02:50 AM
Subject: A brain teaser
Please respond to fop-user
Hi,
How can I put a special heading on page one, and a normal heading on all
subsequent pages. The special heading is a superset of the normal heading
and contains multiple lines. The subsequent heading contains only the first
line of the group.
In all other respects, the text should flow as normal.
--
Best,
Stephen Clarke
