MathJax
11–20 of 44 posts
Re: MathJax
#12If you are at all concerned with performance and can sacrifice a couple features (fewer supported text formatting options & mathematical elements, less legacy support for some browsers). Katex is a great alternative. https://katex.org/
https://www.intmath.com/cg5/katex-mathjax-comparison.php?pro...
Still not as fast as KaTeX though.
Re: MathJax
#13/get off my lawn
Re: MathJax
#14I used to use Mathematica or MatLab to export image files of equations or matrices, and embed those images into my papers. I would already have those equations loaded into the software as part of the research, so it really wasn't any extra work, and ensured they were copied over as they were actually used. Why is so much time spent trying to get complex math rendering added to text editors, especially when math resea…
Mathematica can export to Latex which is definitely preferable to embedding images into papers.
Re: MathJax
#15MathJax is probably the poster child for Next.js/Gatsby SSR.
Re: MathJax
#16If you are at all concerned with performance and can sacrifice a couple features (fewer supported text formatting options & mathematical elements, less legacy support for some browsers). Katex is a great alternative. https://katex.org/
Re: MathJax
#17Re: MathJax
#18Re: MathJax
#19https://mathml.igalia.com/news/2019/12/03/igalia-chats-with-...
It's mostly about MathML implementation in browsers, but a fair amount talks about MathJax as well and how good it is, including for accessibility.
Re: MathJax
#20I use MathJax for rendering equations on https://ultimateelectronicsbook.com/ and it's worked very well from a rendering quality perspective. I looked at Katex for performance, but it didn't support all of the LaTeX formatting that I use. You can scroll through https://ultimateelectronicsbook.com/systems-of-equations/ for a particularly formatting-heavy example with lots of matrix equations and augmented matrices, wo…