Search found 2 matches

by Adampe
Thu Jan 03, 2013 11:02 am
Forum: Math & Science
Topic: Numbered lines in "cases"
Replies: 2
Views: 16006

Re: Numbered lines in "cases"

Thank You very much, it is exactly what I need.
by Adampe
Sat Dec 29, 2012 8:53 pm
Forum: Math & Science
Topic: Numbered lines in "cases"
Replies: 2
Views: 16006

Numbered lines in "cases"

Hello,

I want to have numbered every line in \begin{cases} so I can later refer to it. I have tried sth like this:
\begin{equation}
A = \begin{cases}
B \\
C
\end{cases}
\end{equation}
and this
\begin{equation}
A = \left\{
\begin{array}{l}
B \\
C
\end{array}\right.
\end{equation}
but I have ...