This is my code:
\begin{document}
$$
\sigma(s,i) = \left\{
\begin{array}{ll}
\tau_{si} & \mbox{si } \{s,i\} \in E \\
\infty & \mbox{sinon.}
\end{array}
\right.
$$
\end{document}
I have the equation in the center. How can I modify the code to have the equation to the left ?
\usepackage[fleqn]{amsmath}and please, don't use$$...$$but\[...\]. – Gonzalo Medina May 24 '13 at 18:45\left\{andarrayand\right.but\begin{cases} your stuff \end{cases}– jmc May 24 '13 at 18:48