Inline Formula
Capture inline mathematical content in a <inline-formula>
element.
Each <inline-formula> element must contain a
<inline-graphic> element containing the inline-formula
graphic.
In addition each <inline-formula> element must contain one each of
<tex-math>, <mml:math> and
<inline-graphic> elements; containing the LaTeX, MathML and
graphical versions of the equation respectively.
When an inline expression cannot be represented by TeX/mathML, do not use <inline-formula> but capture <inline-graphic> as a child of the parent element.
Example
<inline-formula> <tex-math><?CDATA $T \simeq 0.5\: T_F$?></tex-math> <mml:math> <mml:mi>T</mml:mi> <mml:mo>≃</mml:mo> <mml:mn>0.5</mml:mn> <mml:msub> <mml:mi>T</mml:mi> <mml:mi>F</mml:mi> </mml:msub> </mml:math> <inline-graphic xlink:href="njpacd8e4ieqn1.gif"/> </inline-formula>