Name

inlineequation — A mathematical equation or expression occurring inline

Synopsis

inlineequation ::= (alt?, (Graphic inlines+ | mathphrase+ | mml:*+))

Description

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

Processing expectations

Formatted inline.

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>
  <alt>e=mc^2</alt>
  <inlinemediaobject>
    <imageobject>
      <imagedata fileref="figures/emc2.png"/>
    </imageobject>
  </inlinemediaobject>
</inlineequation>
</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.