I have the following equation in my IEEE style paper:
Code: Select all
\begin{equation}
\begin{array}{l}
\hspace{-0.1in}\mathcal{C}_e=\left\{
\displaystyle
\sum_{\substack{k\in [1,K]\\v_k\in\mathcal{V}}}\alpha_k
\sum_{n\in\mathcal{T}(v_k)}
\sum_{\substack{v_l\in\mathcal{E}_n(v_k)\\ \left\{\beta_l:l\in\mathcal{O}(n)\right\}\subseteq U}}
\beta_lv_l\right|\\
\hspace{2in}\left.
\begin{array}{l}
\alpha_k\geq 0\\
\sum_k\alpha_k=1\\
k\in [1,K]
\end{array}
\right\}.
\end{array}
\end{equation}
Is there a way to equalize the sizes of the enclosing brackets {} and to remove the phantom space to make the first line vertically more compact.
I imagine the answer might involve manually setting the bracket size, but I'm not sure how to do that or if it is even appropriate.
All advice will be appreciated.