inlineequation

inlineequation — A mathematical equation or expression occurring inline

Synopsis

Content Model

inlineequation ::=

Description

InlineEquations are expressions (usually mathematical) that occur in the text flow.

Processing expectations

Formatted inline.

Children

The following elements occur in inlineequation: alt, mathphrase, mediaobject, mml:*.

See Also

equation, informalequation, subscript, superscript

Examples

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

<para>Einstein's theory of relativity includes one of the most
widely recognized formulas in the world:
<inlineequation>
  <!-- FIXME: get alt back -->
  <!-- <alt>e=mc^2</alt> -->
  <mediaobject>
    <imageobject>
      <imagedata fileref="figures/emc2.png"/>
    </imageobject>
  </mediaobject>
</inlineequation>
</para>

</article>

Einstein's theory of relativity includes one of the most widely recognized formulas in the world:

ChangeLog

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