Skip to content

Instantly share code, notes, and snippets.

@sanusart
Last active April 6, 2019 11:59
Show Gist options
  • Save sanusart/209b7dbdcf7a74f21d586b7dc2d8ef96 to your computer and use it in GitHub Desktop.
Save sanusart/209b7dbdcf7a74f21d586b7dc2d8ef96 to your computer and use it in GitHub Desktop.
text.tex
\begin{Bmatrix}
a & b \\
c & d
\end{Bmatrix}
\newline
\text{and}
\newline
\def\arraystretch{1.5}
\begin{array}{c:c:c}
a & b & c \\ \hline
d & e & f \\
\hdashline
g & h & i
\end{array}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment