pub fn pmatrix<I>(items: I) -> MathMLwhere I: IntoIterator<Item = MathML>,
Renders a matrix with parentheses.
\begin{pmatrix} a & b \\ c & d \end{pmatrix}