informalequation

informalequation — A displayed mathematical equation without a title.

Synopsis

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, info (db.titleforbidden.info), mathphrase, mediaobject, mml:*.

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 condition="print">
      <imagedata fileref="figs/print/db5d_refeqn02.pdf"/>
    </imageobject>
    <imageobject condition="web">
      <imagedata fileref="figs/web/db5d_refeqn02.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.

Last revised by Norman Walsh on (git hash: c3457cab689d8fd89ba4252de204cf9a14e40acd 6a501344525f32f9834f0e4a5c3c3f8131803fa4 47fe34b28bad7941a61b9c1c17d47f6eed36cd04)