[xep-support] Multiple-column Page, but Single-Column Footnotes

From: Mete Kural (metekural@yahoo.com)
Date: Fri Nov 29 2002 - 15:06:50 PST


Hello,

Thank you for your answer to my previous questions. I
got XEP working now and testing it out. I will also
investigate into how to post-process the area trea
generated by XEP.

My next question is about having a multiple-column
page, but single-column footnotes. When I render my
document that to be multiple-columns with XEP, it
makes the footnotes into multiple columns as well. I
want then in a single-column spaning the page wide.
Here is my simple-page-master code:

<fo:simple-page-master
        master-name="PageMaster"
    page-height="228mm" page-width="152mm"
        margin-top="10mm"
        margin-bottom="10mm"
        margin-left="10mm"
        margin-right="10mm">
        <fo:region-body region-name="xsl-region-body"
                margin-top="5mm"
                margin-bottom="5mm"
                margin-left="5mm"
                margin-right="5mm"
                column-count="2"
            border-before-color="black"
                border-before-style="solid"
                border-before-width="thin"
                border-after-color="black"
                border-after-style="solid"
                border-after-width="thin"
                padding="2mm" />
        <fo:region-before region-name="xsl-region-before"
                extent="0.7in" display-align="before" />
        <fo:region-after region-name="xsl-region-after"
                display-align="after" extent="0.7in" />
</fo:simple-page-master>

Thanks,
Mete Kural

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



This archive was generated by hypermail 2.1.5 : Wed Dec 18 2002 - 08:41:29 PST