This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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 at cogent dot ca)
Cogent Real-Time Systems (www.cogent.ca)

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe at lists dot oasis-open dot org
For additional commands, e-mail: docbook-help at lists dot oasis-open dot org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]