Code: Select all
\begin{empheq}[box=\widefbox]{align}{\color{red}A}&=B+C\nonumber\\&=D \nonumber\\&=E+F\end{empheq}
Code: Select all
\begin{empheq}[box=\widefbox]{align}{\color{red}A&=B+C\nonumber\\&=D \nonumber\\&=E+F}\end{empheq}
How can sort this out? I don't want to specify color command for each expression of equation line (e.g. I may have 20 equations).
Thanks