I am new to LaTeX and I have the following problem: There are two
align
environments. The second one is displayed correctly on the left of the page, but the first is indented. The {flushleft}
is not working. What is wrong here?Code: Select all
\begin{flushleft}
\begin{align}
& \text{minimize}\; & & \sum_{c\in C_{t_{k}}}\sum_{e=1}^{P_{c}}\sum_{t\in T}o_{c,t}^{\text{pp}}(e)*y_{c,e,t}
\end{align}
\par\end{flushleft}
\begin{align}
& \text{subject to\;}\nonumber \\
& \sum_{c\in C_{t_{k}}}\sum_{d\in D_{c}}\Theta_{i}^{d}*z_{d}\geq1 & & & \forall & i\in F\setminus F_{t_{k}}^{\text{pas}}\label{eq:ASPfix_assignAllFlights-1}
\end{align}
Any help is appreciated!
Cheers
C