logoalt Hacker News

Offline Math: Converting LaTeX to SVG with MathJax

42 pointsby henry_floweryesterday at 1:29 PM10 commentsview on HN

Comments

sathomasgayesterday at 2:10 PM

Same use case (math-heavy, no-javascript blog), but I ended up with a _slightly_ different approach: instead of converting to SVG, convert to MathML. Browser support is pretty robust, and the output is much nicer (e.g. preserves fonts).

https://sathomas.me/blog/site/

show 6 replies