I'm a beginner in Latex, and I have the following 3 questions:
1. The following code writes my equations in the exact same way I want them to appear. The only thing left is that I need to have each equation numbered by a separate number instead of just one number for the three equations, as the case now. What shall I do? the code is:
Code: Select all
Code, edit and compile here:
\begin{equation}\begin{aligned}\mbox{min} ~~ ~~ &\sum \limits_{s \in S} C_s F_s + \sum \limits_{(i,j) \in A} \sum \limits_{t \in T} K_{ijt} (\omega)\\\mbox{s.t.} ~~ ~~ &\sum \limits_{s \in S} a_{ijts} F_{s} + K_{ijt} (\omega) \geq l_{ijt}(\omega) ~~ \forall (i,j) \in A,~~ \forall t \in T\\& F_{s}, K_{ijt} (\omega) \in \mathbb{Z}_{+}\\\end{aligned}\end{equation}
3. I wanna write x \in X under Min. How can that be done, given that this is inside the equation? So, my code is:
Code: Select all
Code, edit and compile here:
\begin{equation}\begin{aligned}Min_{x \in X} ~~ \{ g(x):=c^{T}x+E [ Q(x, \xi(\omega))]\}\\Q(x,\xi):=inf_{y \in Y} \{q^{T}y:Wy \geq h-Tx\}\\\end{aligned}\end{equation}
Any help will be really appreciated!
Thanks in advance!
Aly