Sigil | ePub | Math Jax-ML
Hello,
I wonder if it could be possible to show Math-Jax equation within Sigil.
In fact, I used the declaration (content doc) :
<item href="Text/annexes.xhtml" id="annexes.xhtml" media-type="application/xhtml+xml" properties="scripted mathml" />
and code the line as :
<math display="block">
<m:mrow>
<mi>x</mi>
<mo>=</mo>
<mfrac>
<mrow>
<mo form="prefix">-</mo>
<mi>b</mi>
<mo>+</mo>
<msqrt>
<msup>
<mi>b</mi>
<mn>2</mn>
</msup>
</msqrt>
</mrow>
</mfrac>
</m:mrow>
</math>
but it doesn't work on screen...
Sounds strange for me and I can not find a good tuto to get solution.
Thanks in advance,
Bay
|