Edit: I guess I hit a nerve then.
KaTeX: Math typesetting for the web
61–70 of 101 posts
Re: KaTeX: Math typesetting for the web
#62I love this. One question: how much emphasis was put on security? Can I safely let the users of my website input any string and feed it directly to the render function?
Re: KaTeX: Math typesetting for the web
#63Looks great! Will KaTeX support (c.q. integrate with) ASCIIMathML.js¹,²? AsciiMath is dubbed “TeX without backslashes”, or as “markdown for math”.³ (La)TeX input can become laborious, and the syntax gets difficultly readable, very rapidly. With AsciiMath syntax⁴ (and Unicode!⁵) you can write δA instead of `\delta A`, ½ instead of `\frac{1}{2}`, ((a,b),(c,d)) instead of `\begin{pmatrix}a & b \\ c & d \end{pmatrix}`, &…
We won't support ASCIIMath yet. There's a lot of content on the web already in LaTeX syntax (and on our own website), and a lot of people already know it. It is difficult to use and read, but it gets the job done. Maybe once we've gotten all of the core LaTeX features done, we'll start looking to this. Thanks for the info, though!
katex looks great though. we (socratic.org) might start using it if we can find a good asciimath=>latex converter.
Re: KaTeX: Math typesetting for the web
#64Re: KaTeX: Math typesetting for the web
#65Is it just me or is the style of this website a rip off of writelatex.com? Edit: I guess I hit a nerve then.
Re: KaTeX: Math typesetting for the web
#66Re: KaTeX: Math typesetting for the web
#67Some examples:
My attempt: http://camdenre.github.io/src/app/html/EquationEditor
Mathway: https://www.mathway.com/
Mathjq: http://www.mathjq.com/math-editor/
It would be nice to have something officially supported by a large project. I think that there is a lot of potential on the web for interactive math lessons with symbolic input using a CAS (not multiple choice).
Re: KaTeX: Math typesetting for the web
#68Earlier quoted context omitted.
We won't support ASCIIMath yet. There's a lot of content on the web already in LaTeX syntax (and on our own website), and a lot of people already know it. It is difficult to use and read, but it gets the job done. Maybe once we've gotten all of the core LaTeX features done, we'll start looking to this. Thanks for the info, though!
yes, would love asciimath support. most of the math that'll exist on the web isn't there yet, and it'll be so much easier to the next billion internet users than learning latex. katex looks great though. we (socratic.org) might start using it if we can find a good asciimath=>latex converter.