Live data from Hacker News

MathJax

mathjax.org

11–20 of 44 posts

Re: MathJax

#11
I’m amazed at how well MathJax works in CodiMD/HedgeDoc, not just math, but importing and using eg. chemical equation support (`$\require{mhchem}$`) as well. Kudos.

Re: MathJax

#12

If 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/

Actually, the recent MathJax 3 is quite fast as you can see in this benchmark:

https://www.intmath.com/cg5/katex-mathjax-comparison.php?pro...

Still not as fast as KaTeX though.

Re: MathJax

#13
I 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 research may define new renderings?

/get off my lawn

Re: MathJax

#14

I 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…

This is a math rendering engine. It has nothing to do with text editors anymore than any other software.

Mathematica can export to Latex which is definitely preferable to embedding images into papers.

Re: MathJax

#16

If 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/

KaTeX can also work without JavaScript as the generated code is browser-independent.

Re: MathJax

#20

I 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…

Slightly off-topic, but I really like the layout and feel of your website. I find the fonts and colours to be quite pleasing, and the site loads incredibly quickly.
Post reply on HN