<disp-formula>

Formula, Display

Definition

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, TeX, or LaTeX expressions; or as a graphic or series of graphics.

Attributes

alternate-form-of Alternate Form of Graphic, Media Object, Etc.
id Identifier

Related Elements

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

Model Information

Content Model

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

Description

Any combination of:

This element may be contained in:

<app> Appendix; <app-group> Appendix Matter; <body> Body of the Article; <boxed-text> Boxed Text; <disp-quote> Quote, Displayed; <fig> Figure; <gloss-group> Glossary Group; <glossary> Glossary Elements List; <named-content> Named Special (Subject) Content; <notes> Notes; <p> Paragraph; <ref-list> Reference List (Bibliographic Reference List); <sec> Section; <supplementary-material> Supplementary Material; <td> Table Data Cell (XHTML table model); <term> Definition List: Term; <th> Table Header Cell (XHTML table model)

Tagged Example


...
<p>... Selected as described for Acc-29 
<disp-formula>
<tex-math id="M1"><![CDATA[\documentclass[12pt]{minimal}
\usepackage{wasysym}
\usepackage[substack]{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsbsy}
\usepackage[mathscr]{eucal}
\usepackage{mathrsfs}
\DeclareFontFamily{T1}{linotext}{}
\DeclareFontShape{T1}{linotext}{m}{n} { &#x003C;-&#x003E; linotext }{}
\DeclareSymbolFont{linotext}{T1}{linotext}{m}{n}
\DeclareSymbolFontAlphabet{\mathLINOTEXT}{linotext}
\begin{document}
$$
{\mathrm{Acc/Acc:\hspace{.5em}}}\frac{{\mathit{ade2-202}}}{{\mathit{ADE2}}}\
hspace{.5em}\frac{{\mathit{ura3-59}}}{{\mathit{ura3-59}}}\hspace{.5em}\frac{{\
mathit{ADE1}}}{{\mathit{adel-201}}}\hspace{.5em}\frac{{\mathit{ter1-Acc}}}{{\
mathit{ter1-Acc}}}\hspace{.5em}\frac{{\mathit{MATa}}}{{\mathit{MAT{\alpha}}}}
$$
\end{document}]]>
</tex-math>
</disp-formula> TER1/ter1-Acc: Acc-29 crossed with ...</p>
...


Module

math.ent