StollLab / EasySpin

MATLAB toolbox for Electron Paramagnetic Resonance (EPR) spectroscopy
http://easyspin.org
MIT License
48 stars 25 forks source link

Math rendering in documentation: migrate to MathJax or KaTeX? #328

Open stestoll opened 4 months ago

stestoll commented 4 months ago

Currently, EasySpin uses a home-grown system to generate images from LaTeX equations embedded inside <!--MATH --> comments in the HTML files. These are compiled using the doc builder script.

This has several disadvantages:

There are two excellent web math rendering packages available: MathJax and KaTex. We should evaluate whether to migrate to one of these.