Last active
April 6, 2019 11:59
-
-
Save sanusart/209b7dbdcf7a74f21d586b7dc2d8ef96 to your computer and use it in GitHub Desktop.
text.tex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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