Math equations on the web

前端 未结 16 2025
礼貌的吻别
礼貌的吻别 2020-12-04 09:19

How can I render Math equations on the web? I am already familiar with LaTeX\'s Math mode.

16条回答
  •  遥遥无期
    2020-12-04 10:08

    It turns out this is a bit of a pain.

    You can use MathML, but browser support is still iffy. If you are starting with latex you've got a few options for converting to html, but they'll all typically end up rendering the actual equations to images and inlining those.

    Nothings all that pretty (unless you resort to pdf or something). What's best will depend a bit on what sort of content, how many equations, and how complicated the equations are.

    Here is a decent summary.

提交回复
热议问题