Is there a way to have math formulas look nice on a web page (as in LateX, for instance)

后端 未结 12 1300
长发绾君心
长发绾君心 2020-12-16 19:29

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...

相关标签:
12条回答
  • 2020-12-16 20:03

    What about jsMath, as used by MathOverflow?

    0 讨论(0)
  • 2020-12-16 20:05

    Check out this review of all of the options for web math display.

    MathJax is the best option, but it's still in beta. As far as I can tell though, it's the only solution still under development and it should reach 1.0 soon.

    0 讨论(0)
  • 2020-12-16 20:06

    The portable way is to use images.

    MathML really isn't widely adopted.

    You can do it with CSS, but again its very different to look right across a wide range of browsers

    Here is excellent advice: http://www.cs.tut.fi/~jkorpela/math/

    0 讨论(0)
  • 2020-12-16 20:09

    You may also check MathJax, which supports rendering both LaTex and MathML.

    0 讨论(0)
  • 2020-12-16 20:10

    I found this https://github.com/mathjax/mathjax very useful. It supports:

    • AsciiMath
    • LaTeX
    • Tex
    • MathML
    0 讨论(0)
  • 2020-12-16 20:13

    There's MathML: http://en.wikipedia.org/wiki/MathML

    0 讨论(0)
提交回复
热议问题