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

Mete Kural metekural at yahoo.com
Fri Nov 29 15:06:50 PST 2002


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 at 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



More information about the Xep-support mailing list