Function matrix

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

Renders a matrix without vertical bars.

§Input

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

§Output

a b c d