trouble in using flalign (LaTeX)

Posted by Jorge on Stack Overflow See other posts from Stack Overflow or by Jorge
Published on 2010-05-05T03:03:34Z Indexed on 2010/05/05 3:08 UTC
Read the original article Hit count: 196

Filed under:

I am trying to put 3 equations with "=" signs aligned but also left aligned. I tried the following:

\documentclass{article} \usepackage{amsmath} \begin{document}

\begin{flalign*} RPC &= A+B\tilde{f} +C x &\ A &= a+\eta &\ E &= cte & \end{flalign*}

\end{document}

With this I get the stuff in the left and the "=" signs aligned. However, I also need A (in the second equation) and E (in the third equation) to be aligned to the R (in the first one)

Does anyone know how to get it?

thanks

© Stack Overflow or respective owner

Related posts about latex