v4-alpha, TeX: another array @{} issue
E.g., \begin {array}{@{}l@{}} a\\ b\end {array}
will eat up memory, e.g., causing hanging tabs and running out of memory on nodejs.
If I remove the (arguably weird) spaces before {array} or drop the @{}, things are fine.