Name

informalequation — A displayed mathematical equation without a title

Synopsis

informalequation ::= (infodb.titleforbidden.info, alt?, (mediaobject+ | mathphrase+ | mml:*+), captiondb.caption)

Description

An informalequation is usually a mathematical equation or a group of related mathematical equations.

Processing expectations

Formatted as a displayed block.

See Also

equation, example, figure, informalexample, informalfigure, informaltable, inlineequation, subscript, superscript, table

Examples

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

<para>The equation 
<informalequation>
  <!-- <alt>e^(pi*i) + 1 = 0</alt> -->
  <mediaobject>
    <imageobject>
      <imagedata fileref="figures/epi10.png"/>
    </imageobject>
  </mediaobject>
</informalequation>
is delightful because it joins together five of the most
important mathematical constants.
</para>

</article>

Get DocBook 5: The Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.