I am using the empheq package and use align environement insied of it. For instance,
\begin{empheq}[left=\empheqlbrace]{align}
a&=b \\
E&=mc^2 + \int_a^a x\, dx
\end{empheq}
or
\begin{empheq}[left=\empheqlbrace]{align}
a&=b &&t\\
E&=mc^2 + \int_a^a x\, dx&&y
\end{empheq}
With this syntax I obtain one label per line:
or
Is there any possibility, to only obtain one label for the two lines (located at the middle position between labels (3) and (4) (or (1) and (2))?



alignwith many alignment conditions per line (I add a new example in my original post) – Guuk Mar 27 '24 at 10:46