Closed KenyC closed 6 months ago
Currently, array cells are rendered in display style when the whole formula itself is in display style, e.g.
\begin{array}{c} \sum_0^8 \end{array}
Render with:
cargo run --example svg-basic --all-features -- "\\begin{array}{c} \\sum_0^8 \\end{array}" -o /tmp/test.svg
yields:
Whereas LaTeX yields:
(Ignore size differences ; the point is that one has sub/superscript limits, the other abvoe and below)
Currently, array cells are rendered in display style when the whole formula itself is in display style, e.g.
Render with:
yields:
Whereas LaTeX yields:
(Ignore size differences ; the point is that one has sub/superscript limits, the other abvoe and below)