inlineequation

inlineequation — A mathematical equation or expression occurring inline.

Synopsis

Description

An inlineequations is an expression (usually mathematical) that occurs in the text flow.

Processing expectations

Formatted inline.

Parents [+]

This element occurs in 49 elements.

Children

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

Examples

  1 <article xmlns='http://docbook.org/ns/docbook'>
  2 <title>Example inlineequation</title>
    
  4 <para>Einstein's theory of relativity includes one of the most
    widely recognized formulas in the world:
  6 <inlineequation>
      <alt>e=mc^2</alt>
  8   <inlinemediaobject>
        <imageobject condition="print">
 10       <imagedata fileref="figs/print/db5d_refeqn03.pdf"/>
        </imageobject>
 12     <imageobject condition="web">
          <imagedata fileref="figs/web/db5d_refeqn03.png"/>
 14     </imageobject>
      </inlinemediaobject>
 16 </inlineequation>
    </para>
 18 
    </article>

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

Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)