◇◆
<disp-formula> Formula, Display
Mathematical equation, expression, or formula that is to be displayed as a block
(callout) within the narrative flow.
Usage/Remarks
A <disp-formula> need not be a “formula” in the strict mathematical sense, but can be used for any
mathematical expression or equation.
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, TeX, or LaTeX expressions; or as a graphic or series of
graphics.
A display equation may numbered, using automatic numbering or by storing the number
in a <label> element.
Models and Context
May be contained in
<ack>, <app>, <app-group>, <bio>, <body>, <boxed-text>, <disp-formula-group>, <disp-quote>, <fig>, <glossary>, <index>, <index-div>, <index-group>, <license-p>, <named-content>, <non-normative-example>, <non-normative-note>, <normative-example>, <normative-note>, <notes>, <p>, <ref-list>, <sec>, <see>, <see-also>, <see-also-entry>, <see-entry>, <styled-content>, <supplementary-material>, <tbx:crossReference>, <tbx:definition>, <tbx:entailedTerm>, <tbx:example>, <tbx:externalCrossReference>, <tbx:note>, <tbx:pronunciation>, <tbx:see>, <tbx:source>, <tbx:term>, <tbx:usageNote>, <td>, <term>, <term-display>, <term-sec>, <th>
Description
Any combination of:
- Text, numbers, or special characters
- Accessibility Elements
- External Linking Elements
- <break> Line Break
- Emphasis Elements
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- <label> Label of a Figure, Reference, Etc.
- Standards Note and Example Elements
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- Math Elements
- <alternatives> Alternatives For Processing
- <array> Array (Simple Tabular Array)
- <code> Code Text
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- Baseline Change Elements
Content Model
<!ELEMENT disp-formula %disp-formula-model; >
Expanded Content Model
(#PCDATA | alt-text | long-desc | email | ext-link | uri | break | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | inline-graphic | private-char | chem-struct | inline-formula | label | non-normative-note | normative-note | non-normative-example | normative-example | notes-group | named-content | styled-content | tex-math | mml:math | alternatives | array | code | graphic | media | preformat | sub | sup)*
Tagged Sample
Equation using <mml:math>
...
<p>In the case of dollies of diameter 20 mm, the
breaking strength, in megapascals, is given by
<xref ref-type="disp-formula" rid="formula_2">Formula
(2)</xref>
<disp-formula id="formula_2"
><mml:math display="block"
id="mml_m2"
xmlns:mml="http://www.w3.org/1998/Math/MathML" >
<mml:mrow>
<mml:mi>s</mml:mi><mml:mo>=</mml:mo>
<mml:mfrac>
<mml:mrow>
<mml:mn>4</mml:mn><mml:mi>F</mml:mi></mml:mrow>
<mml:mrow>
<mml:mn>400</mml:mn><mml:mi>p</mml:mi></mml:mrow>
</mml:mfrac>
<mml:mo>=</mml:mo>
<mml:mfrac>
<mml:mi>F</mml:mi>
<mml:mrow>
<mml:mn>314</mml:mn></mml:mrow>
</mml:mfrac>
</mml:mrow>
</mml:math>
<label>(2)</label>
</disp-formula>
</p>
...