I would like to left align a set of equation like this:
\begin{equation}
C_{DLP}=C_{Pre-processing}+C_{Production}+C_{Material}+C_{Post-processing}+C_{Overhead} \end{equation}
$Where$
\begin{equation}
C_{Pre-processing}= C_O \times T_{SW}
\end{equation}
\begin{equation}
C_{Production}= C_M \times T_{B}
\end{equation}
\begin{equation}
C_{Material}= C_{M_kg} \times V
\end{equation}
\begin{equation}
C_{Post-processing}= C_O \times T_{Post-processing}
\end{equation}
\begin{equation}
C_{Overhead}= C_{El} + C_{Sr} + C_{Me}
\end{equation}
How can I do it?


fleqnoption to the documentclass ? – Jérôme Dequeker Nov 21 '16 at 09:50