figure

figure — A formal figure, generally an illustration, with a title.

Synopsis

Attributes

Common attributes and common linking attributes.

Additional attributes:

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

Additional Constraints

  • example must not occur in the descendants of figure
  • figure must not occur in the descendants of figure
  • table must not occur in the descendants of figure
  • equation must not occur in the descendants of figure
  • caution must not occur in the descendants of figure
  • important must not occur in the descendants of figure
  • note must not occur in the descendants of figure
  • tip must not occur in the descendants of figure
  • warning must not occur in the descendants of figure

Description

A figure is a formal example with a title. Figures often contain mediaobjects, or other large display elements. Frequently, they are given IDs and referenced from the text with xref or link.

Processing expectations

Formatted as a displayed block.

A figure may contain multiple display elements. DocBook does not specify how these elements are to be presented with respect to one another.

DocBook does not specify the location of the figure within the final displayed flow of text; it may float or remain where it is located.

A list of figures may be generated at the beginning of a document.

Attributes

Common attributes and common linking attributes.

floatstyle

Specifies style information to be used when rendering the float

label

Specifies an identifying string for presentation purposes

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.

Parents [+]

This element occurs in 72 elements.

Children [+]

This element contains 64 elements.

Examples

  1 <article xmlns='http://docbook.org/ns/docbook'>
  2 <title>Example figure</title>
    
  4 <figure xml:id="ex.pythagorean">
    <title>The Pythagorean Theorem Illustrated</title>
  6 <mediaobject>
      <imageobject condition="print">
  8     <imagedata fileref="figs/print/db5d_ref01.pdf"/>
      </imageobject>
 10   <imageobject condition="web">
        <imagedata fileref="figs/web/db5d_ref01.png"/>
 12   </imageobject>
      <textobject><phrase>An illustration of the Pythagorean Theorem</phrase></textobject>
 14 </mediaobject>
    </figure>
 16 
    </article>
An illustration of the Pythagorean Theorem
Figure 2. The Pythagorean Theorem Illustrated
Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)