informalfigure

informalfigure — A untitled figure

Synopsis

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • floatstyle
  • label
  • pgwide (enumeration)
    • “0”
    • “1”

Description

An InformalFigure is a figure without a title. Figures often contain mediaobjects, or other large display elements.

Processing expectations

Formatted as a displayed block.

Attributes

Common attributes and common linking attributes.

floatstyle

Specifies style information to be used when rendering the float

label

FIXME:

pgwide

Indicates if the element is rendered across the column or the page

Enumerated values:

0

The element should be rendered in the current text flow (with the flow column width).

1

The element should be rendered across the full text page.

See Also

equation, example, figure, informalequation, informalexample, informaltable, table

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<title>Example informalfigure</title>

<informalfigure>
<mediaobject>
<imageobject>
<info>
  <author>
    <personname>
      <firstname>Norman</firstname>
      <surname>Walsh</surname>
    </personname>
  </author>
  <pubdate>1998</pubdate>
</info>
<imagedata fileref="watarun.eps"/>
</imageobject>
<textobject><phrase>Wat Arun</phrase></textobject>
<!-- FIXME: What about caption? -->
<!-- <caption><para>Wat Arun, Temple of the Dawn, on the Chao Phraya River
in Bangkok,
Thailand. In April, 1998, Wat Arun was in the midst of renovation.</para>
</caption> -->
</mediaobject>
</informalfigure>

</article>

ChangeLog

This alpha reference page is $Revision: 1.6 $ published $Date: 2005/10/31 18:42:45 $.