Next in thread → Next in month →

Re: [docbook-apps] figure inside table entry and float attribute

From
"Cob Rtayton"
Date
2005-08-31T05:59:41+00:00
ID
033401c5adf1$2acb7e70$6400a8c0@toshiro
Thread
Re: [docbook-apps] figure inside table entry and float attribute
Well, the problem isn't the figure's location inside a table cell.  It turns
out that float is not currently supported on informalfigure.  A feature
request has been filed:

http://sourceforge.net/tracker/index.php?func=detail&aid=1251396&group_id=21935&atid=373747

Bob Stayton
Sagehill Enterprises
DocBook Consulting


----- Original Message ----- 
From: "Pepe Iborra" <>
To: <>
Sent: Monday, August 29, 2005 8:36 AM
Subject: [docbook-apps] figure inside table entry and float attribute

Is there any constraint that disallows a Figure to float inside a table
entry?
This is a quickly put out example of what I am trying to do:

<article><table><title>title</title><tgroup cols='1'><tbody>
<row>
            <entry>
               <para>Text before.
<informalfigure float="left">
                     <mediaobject>
                        <imageobject>
                           <imagedata fileref="image.jpg" align="left"
valign="top"/>
                        </imageobject>
                     </mediaobject>
                  </informalfigure>
Texto after.
   </para>
            </entry>
</row>
   </tbody></tgroup></table></article>

The resulting FO does not embed the fo:external-graphic in a fo:float, why
?¿?

I've tried 1.68.1 and 1.69.1
I am using XEP latest to do the rendering. I've using this toolchain since 2
months ago.
I've tested to manually embed the fo:external-graphic element inside a float
in order to prove that XEP renders it correctly, which it does.

Any tip will be greatly appreciated.

---------------------------------------------------------------------
To unsubscribe, e-mail: 
For additional commands, e-mail: 
Next in thread → Next in month →