I have a the following math equation in the display environment.
Code: Select all
\begin{displaymath}
m_{R}(m_{N},x) =
\begin{array}{l}
\int_{r_{L}}^{r_{H}}p(x)f(x+r)g(r)\md r - \int_{r_{L}}^{r_{H}}p'(x)[1-F(x+r)]g(r)\md r \\
\qquad \qquad+ p'(x)(1-F(x))(1-m_{N})-p(x)f(x)(1-m_{N}) \\
\hline
\int_{r_{L}}^{r_{H}}p(x)f(x+r)g(r)\md r - \int_{r_{L}}^{r_{H}}p'(x)[1-F(x+r)]g(r)\md r]
\end{array}
\end{displaymath}
(2) Is there a way to align the " m_{R}(m_{N},x) = " part of the expression with the horizontal line? The way the code appears above this part of the expression occurs at the same height as the second line in the numerator.
Thanks in advance for your help.