Comment on KaTeX: Math typesetting for the webComments−stared11yIs there support for matrices?Neither \begin{bmatrix} a & b \\ c & d \end{bmatrix} nor \begin{array}{ccc} a & b & c \\ d & e & f \\ g & h & i \end{array} works.−psychometry11yDoesn't look like it:https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX−stared11ySad. I mean, for sure blazing speed needs some limitations, but I use a lot of matrices in my stuff.−xymostechOP11yHey! We're planning on adding environments (everything that uses \begin and \end) sometime soon. There's a couple github issues touching on this point; if you want to know how development's going, you can follow one of the issues.−stared11yI see: https://github.com/Khan/KaTeX/issues/43:)
Comments
Is there support for matrices?
Neither
nor works.Doesn't look like it:
https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX
Sad. I mean, for sure blazing speed needs some limitations, but I use a lot of matrices in my stuff.
Hey! We're planning on adding environments (everything that uses \begin and \end) sometime soon. There's a couple github issues touching on this point; if you want to know how development's going, you can follow one of the issues.
I see: https://github.com/Khan/KaTeX/issues/43
:)