I wonder if there is a framework or something else to display Math formula on a web page. Other than using images of those formulas...
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
-
Why does the box-shadow property not apply to a
Katex
A couple of developers from the Khan Academy released a blazing quick library based off of Tex called Katex:
Looks like a great modern option.
You may also check MathJax, which supports rendering both LaTex and MathML.
MathML should be the standard way to do this, but it's not supported by all browsers. The newest Google Chart Tools have support for mathematical (TEX) formulas.
Check out MathOverflow, which uses jsMath. Looks pretty good, but can take a few seconds to render everything.
There's MathML: http://en.wikipedia.org/wiki/MathML
Take a look at MathML, which has both presentation and content flavors.