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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: Re: [docbook] how to make composite figures


Hi Stefan,

How necessary is it for you to use the <figure> element?  If not, we
accomplish what you are asking by putting inline mediaobjects into a
table.  The example (written in SGML) can be viewed here:

http://developers.cogentrts.com/cogent/cogentdocs/tu-runningdemo.html#TU-STARTINGUP

<para>The Controller should appear on your screen.  (In QNX it
will appear in Console #1.)</para>
  <informaltable frame="none">
    <tgroup cols="3">
      <tbody>
      	<row>
          <entry><inlinemediaobject>
            <imageobject>
            	<imagedata fileref="tu-gtkc.gif" align="center">
            </imageobject>
            <imageobject>
            	<imagedata fileref="tu-gtkc.pdf" align="center">
            </imageobject>
            /inlinemediaobject></entry>
          <entry><inlinemediaobject>
            <imageobject>
            	<imagedata fileref="tu-phc.gif" align="center">
            </imageobject>
            <imageobject>
            	<imagedata fileref="tu-phc.pdf" align="center">
            </imageobject>
            /inlinemediaobject></entry>
          <entry><inlinemediaobject>
            <imageobject>
            	<imagedata fileref="tu-ph2c.gif" align="center">
            </imageobject>
            <imageobject>
            	<imagedata fileref="tu-ph2c.pdf" align="center">
            </imageobject>
            /inlinemediaobject></entry>
      	</row>
      	<row>
          <entry><para>The <guilabel>C</guilabel>
          in GTK</para></entry>
          <entry><para>The
          <guilabel>C</guilabel> in Photon 1.14
          </para></entry>
          <entry><para>The
          <guilabel>C</guilabel> in Photon 2</para></entry>
      	</row>
    	</tbody>
    </tgroup>
  </informaltable>
<para>The Controller starts all the Cogent tools needed for
 the...</para>

Hope that helps,

Bob


---------------------------------------
Robert McIlvride (robert@cogent.ca)
Cogent Real-Time Systems (www.cogent.ca)


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