Inline Formula
Capture inline mathematical content in a <inline-formula>
element.
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.
Example
<inline-formula> <tex-math> <?CDATA $\mathop{\mathit{\unicode[Book Antiqua]{x76}}}\limits^{\longrightarrow}=\tfrac{{\rm{\Delta }}\vec{r}}{{\rm{\Delta }}t}$?> </tex-math> <mml:math overflow="scroll"> <mml:mrow> <mml:mover accent="true"> <mml:mrow> <mml:mstyle fontfamily="book antiqua"> <mml:mi>v</mml:mi> </mml:mstyle> </mml:mrow> <mml:mrow> <mml:mo stretchy="true">⃗</mml:mo> </mml:mrow> </mml:mover> <mml:mo>=</mml:mo> <mml:mstyle displaystyle="false"> <mml:mfrac> <mml:mrow> <mml:mi mathvariant="normal">Δ</mml:mi> <mml:mover accent="true"> <mml:mrow> <mml:mi>r</mml:mi> </mml:mrow> <mml:mrow> <mml:mo stretchy="false">⃗</mml:mo> </mml:mrow> </mml:mover> </mml:mrow> <mml:mrow> <mml:mi mathvariant="normal">Δ</mml:mi> <mml:mi>t</mml:mi> </mml:mrow> </mml:mfrac> </mml:mstyle> </mml:mrow> </mml:math> <inline-graphic xlink:href="bk978-0-7503-3071-8ch1ieqn1.gif" xlink:type="simple"/> </inline-formula>