Live data from Hacker News

KaTeX: Math typesetting for the web

khan.github.io

1–10 of 101 posts

Re: KaTeX: Math typesetting for the web

#4

Did Mathjax just become obsolete?

Not quite yet, but we're working on it. There are some significant features that KaTeX doesn't yet support, but we're working to add them in the near future.

In the meantime, you could use our TeX React component to use KaTeX when possible, and fall back to MathJax only when necessary: http://khan.github.io/react-components/#tex

Re: KaTeX: Math typesetting for the web

#6

Did Mathjax just become obsolete?

Not quite yet, but we're working on it. There are some significant features that KaTeX doesn't yet support, but we're working to add them in the near future. In the meantime, you could use our TeX React component to use KaTeX when possible, and fall back to MathJax only when necessary: http://khan.github.io/react-components/#tex

Awesome project ! could you explain me how you are rendering maths symbol without mathjax ?

Re: KaTeX: Math typesetting for the web

#8
A great idea would be that when you copy a math expression from the browser, it would put the LaTeX code in the copy-paste buffer:

  f(x) = \int_{-\infty}^\infty
    \hat f(\xi)\,e^{2 \pi i \xi x}
    \,d\xi
So then I could paste it in an email, in a text editor, in my own LaTeX document, etc.

Re: KaTeX: Math typesetting for the web

#10

Earlier quoted context omitted.

Not quite yet, but we're working on it. There are some significant features that KaTeX doesn't yet support, but we're working to add them in the near future. In the meantime, you could use our TeX React component to use KaTeX when possible, and fall back to MathJax only when necessary: http://khan.github.io/react-components/#tex

Awesome project ! could you explain me how you are rendering maths symbol without mathjax ?

We're using the similar fonts to what MathJax uses (ours have some slight changes in spacing), but we do our own layout calculations to be much faster.
Post reply on HN