mit den Google-Methoden bekomme ich es leider nicht hin: Ich möchte, dass die beiden "="-Zeichen übereinander stehen. Allerdings ist dazwischen noch Fließtext. Die Formeln sollen nicht mit (1) gekennzeichnet werden, daher konnte ich die Equotation-Umgebung nicht nutzen.
Hat jemand evtl. einen anderen Tipp?
For each operation $(i,k)$ and each start-period $t$ with $(i,k,t) \in A$ (i.e., $t$ is a permissible start time for $(i,k)$), we have a binary variable
$\alpha_{i,k,t} \in \{0,1\}$, which is interpreted as
$$\alpha_{i,k,t}=
\begin{cases}
1 & \text{Processing of operation $(i,k)$} \\[-2pt]
& \hphantom{} \text{starts in period $t$.} \\
0 & \text{Else.}
\end{cases}$$
For each machine $j \in M$, each state $s \in S$, and each period $t \in [T] \cup \{-1,~T\}$, we have a binary variable
$\beta_{j,s,t} \in \{0,1\} $, which means
$$\beta_{j,s,t}=
\begin{cases}
1 & \text{In period $t$ machines $j$} \\
& \hphantom{} \text{is in operational state $s$.} \\
0 & \text{Else.}
\end{cases}$$


