Skip to content

Instantly share code, notes, and snippets.

@bstro
Created March 14, 2019 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bstro/d5507cfdb9c80d87107563848c291305 to your computer and use it in GitHub Desktop.
Save bstro/d5507cfdb9c80d87107563848c291305 to your computer and use it in GitHub Desktop.
\documentclass{report}
\usepackage{amsmath}
\begin{document}
\[
\left\{
\begin{alignedat}{2}
&\left.\begin{aligned}
1+4+3\\ 1+3+4
\end{aligned} \right\} &= 5
\\
&\left.\begin{aligned}
1+2+1\\ 1+1+2
\end{aligned} \right\} &= 8
\end{alignedat}
\right.
\]
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment