OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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
bobs@sagehill.net


----- Original Message ----- 
From: "Pepe Iborra" <pepeib@ono.com>
To: <docbook-apps@lists.oasis-open.org>
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: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org






[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]