Function smallmatrix

Source
pub fn smallmatrix<I>(rows: I) -> MathML
where I: IntoIterator<Item = MathML>,
Expand description

Renders a small matrix without vertical bars.

§Input

\begin{vmatrix} a & b \\ c & d \end{vmatrix}

§Output

a b c d