Recent content by computer2012

  1. C

    LaTeX Aligning Equations in LaTeX: Troubleshooting

    I want the effect of multline, that is, Eq 3a is on the extreme left hand side and Eq 3b is on the extreme right hand side? How can I do that? Thanks.
  2. C

    LaTeX Aligning Equations in LaTeX: Troubleshooting

    Hi, I want to align several equations in latex. I want the first and second equations to be in the middle. The last equation is too long and I want to split it into 2 parts. I tried \begin{gather} Eq1\\ Eq2\\ \begin{multline} Eq3a\\ Eq3b \end{multline} \end{gather}...