Search found 4 matches

by chrizzl83
Sun Jan 27, 2013 4:38 am
Forum: Math & Science
Topic: amsmath | Alignment of multi-lined Formula
Replies: 10
Views: 11325

amsmath | Alignment of multi-lined Formula

This is the solution that worked out:


\begin{align}
& \mathrlap{\text{minimize}\; z_{\text{ASP}_{fix}}=\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}+\sum_{i\in\mathcal{F}}\sum_{d\in\mathcal{D}}o_{i}^{\text{sw}}(d)*z_{d}}\\
& \text{subject to\;}\nonumber ...
by chrizzl83
Sun Jan 27, 2013 4:20 am
Forum: Math & Science
Topic: amsmath | Alignment of multi-lined Formula
Replies: 10
Views: 11325

amsmath | Alignment of multi-lined Formula

Hey Stefan,

I think you didn't understand my question completely. Maybe I was not precise enough. I cannot add the first equation to the same align environment as the stuff below, because the equation is to long and doesn't fit in the alignment. Therefore I made two align environments. But the ...
by chrizzl83
Sun Jan 27, 2013 12:32 am
Forum: Math & Science
Topic: amsmath | Alignment of multi-lined Formula
Replies: 10
Views: 11325

amsmath | Alignment of multi-lined Formula

Hey,

thanks for the link to the docu!

I don't understand why I should use alignat here, because I don't need to have several align environments side by side. The code you supplied doesn't solve the problem either. The first line is still indented.



I know this typeset in another way. No need ...
by chrizzl83
Fri Jan 25, 2013 5:47 pm
Forum: Math & Science
Topic: amsmath | Alignment of multi-lined Formula
Replies: 10
Views: 11325

amsmath | Alignment of multi-lined Formula

Hi there,

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?

\begin{flushleft}
\begin{align}
& \text{minimize}\; & & \sum ...