Skip to content

Comment on KaTeX: Math typesetting for the web

Comments

Is 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.

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.