Skip to content

Instantly share code, notes, and snippets.

@ahmedazizkhelifi
Created April 3, 2020 20:58
Show Gist options
  • Save ahmedazizkhelifi/8baa96d19ef6a92521b52a0d23704cfb to your computer and use it in GitHub Desktop.
Save ahmedazizkhelifi/8baa96d19ef6a92521b52a0d23704cfb to your computer and use it in GitHub Desktop.
Plain:
\begin{matrix}
1 & 2 & 3\\
a & b & c
\end{matrix}
Round brackets:
\begin{pmatrix}
1 & 2 & 3\\
a & b & c
\end{pmatrix}
Curly brackets:
\begin{Bmatrix}
1 & 2 & 3\\
a & b & c
\end{Bmatrix}
Pipes:
\begin{vmatrix}
1 & 2 & 3\\
a & b & c
\end{vmatrix}
Double pipes
\begin{Vmatrix}
1 & 2 & 3\\
a & b & c
\end{Vmatrix}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment