[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Two column body - Span one figure over the whole page ?
Hi,
I have a document using the two column style.
<xsl:param name="column.count.titlepage" select="1"/>
<xsl:param name="column.count.lot" select="1"/>
<xsl:param name="column.count.front" select="1"/>
<xsl:param name="column.count.body" select="2"/>
<xsl:param name="column.count.back" select="1"/>
<xsl:param name="column.count.index" select="1"/>
(everything including title spans 2 columns)
I am using latest fop (SVN trunk) and trying to make a figure span both
columns. The picture is about 18 cm wide (on A4) and it also becomes so wide,
but the other column is written over it...
I have tired pgwide="1" but it did not help...
<figure pgwide="1"><title>Image</title>
<mediaobject>
<imageobject>
<imagedata fileref="img/image.png" width="18cm"/>
</imageobject>
</mediaobject>
</figure>
Is it possible to do something ? do I have to dig deeper into the .fo ?
Also have some *minor* trouble scaling some tables,
<colspec colname="c1" colwidth="4cm"/>
<colspec colname="c2" colwidth="3cm"/>
<colspec colname="c3" colwidth="1cm"/>
become all the same.. but I guess that is fop too..
/Fred
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]