Next in thread →
Next in month →
Re: [docbook-apps] Two Column (column break)
On Monday 11 July 2005 07:19, Anup Rav wrote:
> <fo:block break-before="column">Text to break and force to next
> column</fo:block>
Thanks Anup, Mauritz,
I created the following template in my custom layer
<xsl:template match="processing-instruction('colbreak')">
<fo:block break-after="column"/>
</xsl:template>
Then in the document used
<?colbreak?>
--
Sean Wheller
http://www.enbaya.co.za
Next in thread →
Next in month →