Matrices (\mat
)
Shortcut for inserting block matrices with an option for adjusting the vertical scale.
Definition
Examples
Code | Output |
---|---|
\mat{1 \\ 2} |
$$\begin{bmatrix} 1 \\ 2 \end{bmatrix} $$ |
\mat[3]{1 \\ 2} |
$$\begin{bmatrix} \\ 1\\ \\ 2 \\ \ \end{bmatrix} $$ |