Can your browser display mathematical functions?
Published October 2nd, 2007 12:41 PM EDT By Daniel GoldmanOpera 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.






using
That’s pretty nifty!
using
Wonderful function!
using
I have been waiting for this kind of things directly into Web browsers for a while. Great going, Opera!
using
I would definitely welcom MathML support. It is so much better than having to generate images to show such things.
using
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.
using
There’s always the problem with XSLT:
http://www.w3.org/Math/XSL/pmathml2.xml
XSLT processing failed!
using
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.
- ØØ -
using
WildEnte, Øyvind Ø,
There is itex2mml. It transforms some subset of LaTeX into MathML. Even inside HTML.