Created
April 8, 2016 14:42
-
-
Save Liam0205/e61b8a20674c650d47cf6ddb6b0c04ee to your computer and use it in GitHub Desktop.
an easy way.
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
| \documentclass{article} | |
| \usepackage{amsmath} | |
| \begin{document} | |
| \[ | |
| \left . | |
| \begin{alignedat}{3} | |
| a &{} = b &&{} = c \\ | |
| a &{} = b &&{} = c \\ | |
| a &{} = b &&{} = c | |
| \end{alignedat} | |
| \right \} | |
| \] | |
| \end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment