informalequation

informalequation — A displayed mathematical equation without a title

Synopsis

Content Model

informalequation ::=

Description

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

Processing expectations

Formatted as a displayed block.

Children

The following elements occur in informalequation: alt, caption (db.caption), info (db.titleforbidden.info), mathphrase, mediaobject, mml:*.

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>

The equation

is delightful because it joins together five of the most important mathematical constants.

ChangeLog

This alpha reference page is $Revision: 1.5 $ published $Date: 2005/10/31 12:31:55 $.