The code
\begin{equation}
\begin{cases}
x+y=2 \\
x-y=0
\end{cases}
\end{equation}
produces two aligned equations, with a curly brace to the left. I want to refer to the individual equations, and the subequations environment looks right. However when I try using it, I can't find a way to leave that curly brace on the left.
Is there a way to do so?
numcasesenvironment fromcases. – Werner Jun 20 '13 at 22:25subnumcasesthen, also provided bycases. See Separate labels incases. – Werner Jun 20 '13 at 22:35