View Single Post
Old 01-24-2015, 03:49 PM   #1
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,827
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
ADE 4 - MathML expressions

Theorically, ADE 4 supports MathML but I couldn't get the following expression (after epub3 conversion) displayed:

Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
	<msub>
		<mi>a</mi>
		<mn>1</mn>
	</msub>
	<mo>+</mo>
	<msub>
		<mi>a</mi>
		<mn>2</mn>
	</msub>
	<mo>+</mo>
	<mo>&ctdot;</mo>
	<mo>+</mo>
	<msub>
		<mi>a</mi>
		<mi>n</mi>
	</msub>
	<mo>=</mo>
	<mstyle displaystyle="true">
		<munderover>
			<mo>&sum;</mo>
			<mrow>
				<mi>i</mi>
				<mo>=</mo>
				<mn>1</mn>
			</mrow>
			<mi>n</mi>
		</munderover>
	</mstyle>
	<msub>
		<mi>a</mi>
		<mi>i</mi>
	</msub>
</mrow>
</math>
And should look as:

Click image for larger version

Name:	Image1.png
Views:	452
Size:	2.0 KB
ID:	134152

Anyone can get that result?
Regards

PS: I have IE11 (I say that because ADE 4 won't render epub3 with IE10 or lower).

Last edited by RbnJrg; 01-24-2015 at 04:03 PM.
RbnJrg is offline   Reply With Quote