SubscribeRSS Feed

Can your browser display mathematical functions?

Opera is experimenting with adding support for MathML to the browser. Using this, you would be able to display complex mathematical functions on webpages without having to rely on an external plugin.

You would write mathematical functions in the browser using plain old XML and CSS. Such as:

<mroot> 
  <mi>radix</mi>
  <mi>radicand</mi>
</mroot>

The Opera team working on MathML support is looking for feedback. If you’re a developer of authoring tools or site content, tell them what you think about it. Check out the discussions at the MathML forum thread over at Dev.Opera.

If you enjoyed this post, then make sure you subscribe to my RSS Feed.




8 Comments

  1. 1 BAMAToNE

    That’s pretty nifty!

  2. 2 Vanish

    Wonderful function!

  3. 3 Joonas Lehtolahti

    I have been waiting for this kind of things directly into Web browsers for a while. Great going, Opera!

  4. 4 James Cassell

    I would definitely welcom MathML support. It is so much better than having to generate images to show such things.

  5. 5 WildEnte

    write a devtool “LaTeX to MathML” (if that doesn’t exist yet). People giving talks in Math or physics sometimes use LaTeX to prepare their presentations, which is somewhat nice but can also be a pain. LaTeX is great for formulae. Would be great to have LaTeX in my browser this way.

  6. 6 (matTE0)

    There’s always the problem with XSLT:
    http://www.w3.org/Math/XSL/pmathml2.xml
    XSLT processing failed!

  7. 7 Øyvind Ø

    Is there any tool that would do conversion between a normal calculation and that kind of markup? Ie: (3*4)/2 -> MatML? If not, that sounds like a fun project.

    - ØØ -

  8. 8 Jeroen

    WildEnte, Øyvind Ø,

    There is itex2mml. It transforms some subset of LaTeX into MathML. Even inside HTML.