Menu

WebEQ - MathML - etc.

2002-09-15
2012-10-11
  • Jeremiah S. Junken

    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>&int;</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?

     
    • Jeremiah S. Junken

      Nevermind. Got it. It's a plug-in now if anyone wants it. :-)

       
      • Geoffrey T. Dairiki

        Sure.  Send it to me and I'll add it to the CVS repo.
        Jeff <dairiki@dairiki.org>

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.