View Single Post
Old 04-17-2014, 12:06 PM   #1
rbay
bay
rbay began at the beginning.
 
Posts: 17
Karma: 10
Join Date: May 2013
Device: ipad mini+samsung galaxi
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
rbay is offline   Reply With Quote