<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.

Attribute

id Identifier

Expanded Content Model

((alternatives | graphic)*, (label)?)

Description

The following, in order:

Example 1

Example of a numbered equation

...
<p align="left">...We compute threshold settings from the proportions of hits and false alarms in the task, denoted as C, using the formula
<disp-formula id="eqn1">
<alternatives>
<graphic id="eqn1a" xlink:href="xap_19_1_39_eqn1a.tif"/>
<mml:math><mml:mrow>...</mml:mrow></mml:math>
</alternatives>
<label>1</label>
</disp-formula>
...
</p>
...

Example 2

Example of an unnumbered equation

...
<p align="left">...We used the high threshold guessing model
<disp-formula id="equ1">
<alternatives>
<graphic id="equ1a" xlink:href="xhp_39_2_494_equ1a.tif"/>
<mml:math>
<mml:mrow><mml:mi>k</mml:mi><mml:mo>=</mml:mo>
<mml:mfrac><mml:mrow><mml:mi>nc</mml:mi><mml:mo>-</mml:mo><mml:msup><mml:mi>t</mml:mi><mml:mn>2</mml:mn></mml:msup></mml:mrow>
<mml:mrow><mml:mi>n</mml:mi><mml:mo>+</mml:mo><mml:mi>c</mml:mi><mml:mo>-</mml:mo><mml:mn>2</mml:mn><mml:mi>t</mml:mi></mml:mrow></mml:mfrac>
</mml:mrow>
</mml:math>
</alternatives>
</disp-formula>

...
</p>
...

Module

math3.ent