I would like to have a left brace around equations in the align environment. How can I do this?
(I would like to use this environment because I would like to number each individual equation to be able to refer to it.)
So my code looks like this, and I want to have a curly brace on the left around the the 3 equations. How can I do this?
\begin{align}
& F= ma \\
& v= at \\
& W= F s
\end{align}
EDIT: I didn't want to use the empheq package, because I get the error ''empheq.sty'' not found.

empheqpackage is several year old. – egreg May 30 '15 at 12:55