<disp-formula>

Formula, Display

A mathematical equation, expression, or formula that is to be displayed as a block (callout) within the narrative flow. This is not a “formula” in the strict mathematical sense but can be used for any mathematical expression.

Remarks

This element may contain the actual characters that make up an equation or formula, or a graphic that contains the formula. Thus, the mathematics can be expressed as ASCII characters; MathML expressions; or as a graphic or series of graphics.

Attributes

content-type Type of Content
id Identifier
specific-use Specific Use

Related Elements

For a mathematical equation, expression, or formula which is to be displayed inline with the text, use the <inline-formula> element.

Content Model

<!ELEMENT  disp-formula %disp-formula-model;                         >

Expanded Content Model

(#PCDATA | alt-text | long-desc | email | ext-link | uri | break | bold | italic | monospace | overline | roman | sc | strike | underline | attrib | permissions | alternatives | inline-graphic | chem-struct | inline-formula | label | mml:math | graphic | media | preformat | sub | sup)*

Description

Any combination of:

This element may be contained in:

<app>, <bio>, <body>, <boxed-text>, <disp-formula-group>, <fig>, <license-p>, <named-content>, <p>, <sec>, <styled-content>, <td>, <th>

Example

...
<p>... This can be seen in the following summation:
<disp-formula>
<mml:math>
<mml:semantics>
<mml:mrow>
<mml:munder>
<mml:mo>&sum;</mml:mo>
<mml:mi>m</mml:mi>
</mml:munder>
<mml:mrow>
<mml:msub>
<mml:mover accent='true'>
<mml:mi>p</mml:mi>
<mml:mo>&dot;</mml:mo>
</mml:mover>
<mml:mi>m</mml:mi>
</mml:msub>
<mml:mo>=</mml:mo>
<mml:mn>0</mml:mn>
</mml:mrow>
</mml:mrow>
</mml:semantics>
</mml:math>
</disp-formula>
</p>
...

Module

math3.ent