Hello!
I'm having the following code:
Code: Select all
$&=& P(u+\displaystyle \sum_{k=1}^{n}(cY_{k}-X_{k})<0$ für ein $n \geq 1)$
}
$&=& P(\displaystyle \sum_{k=1}^{n}(X_{k}-cY_{k})>u$ für ein $n\geq 1)$
}
$&=& P(\displaystyle \sup_{n\geq 1}\sum_{k=1}^{n}(X_{k}-cY_{k})>u)$ && \text{ (1.1)}
&\Leftrightarrow\delta(u) =\ P(\sup_{n\geq 1}\sum_{k=1}^{n}(X_{k}-cY_{k})\leq u)
&=&\ P(\sup_{n\geq 1}R_{n}\leq u)\ \square
As you can see, I have a block of equations here and I want to number the equation, where I have \text{(1.1)} automatically with (1.1). The whole block is between "align" tags. However, the align command does not produce numbering for every line, like I was expecting it. I thought that these command, generates numbering for every line and then I just need to cross the other lines off with the \nonumber command. But align, doesn't produce here any kind of numbering.
produces the numbering at the last line only.
How would you fix this?
Thanks!