Any thoughts on integrating the WebEQ java applet with PhpWiki? It's usually called in html like so:
<applet code="webeq.Main" codebase="." archive="WebEQApplet.jar" width="100" height="50"> <param name="parser" value="MathML"> <param name="eq" value="
<math displaystyle='true'> <mrow> <mo>∫</mo> <mrow> <mo>cos</mo><mo stretchy='false'>(</mo><mi>x</mi><mo stretchy='false'>)</mo><mi>d</mi><mi>x</mi> </mrow>
</mrow> </math>
"> <PARAM NAME="color" VALUE="#ffffff"> </applet>
Any bright ideas on getting a wrapper set up for mathml that will drop the above html inline? Something like:
[MathML:<MathML Statements>] or something?
Nevermind. Got it. It's a plug-in now if anyone wants it. :-)
Sure. Send it to me and I'll add it to the CVS repo. Jeff <dairiki@dairiki.org>
Log in to post a comment.
Any thoughts on integrating the WebEQ java applet with PhpWiki? It's usually called in html like so:
<applet code="webeq.Main" codebase="." archive="WebEQApplet.jar" width="100" height="50">
<param name="parser" value="MathML">
<param name="eq" value="
<math displaystyle='true'>
<mrow>
<mo>∫</mo>
<mrow>
<mo>cos</mo><mo stretchy='false'>(</mo><mi>x</mi><mo stretchy='false'>)</mo><mi>d</mi><mi>x</mi>
</mrow>
</mrow>
</math>
">
<PARAM NAME="color" VALUE="#ffffff">
</applet>
Any bright ideas on getting a wrapper set up for mathml that will drop the above html inline? Something like:
[MathML:<MathML Statements>] or something?
Nevermind. Got it. It's a plug-in now if anyone wants it. :-)
Sure. Send it to me and I'll add it to the CVS repo.
Jeff <dairiki@dairiki.org>