I am trying to make a triple integral using
\iiint
from amsmath. The problem is that the limits aren't centering properly. Here is my code.
Code: Select all
\documentclass[10pt]{report}
\usepackage[intlimits]{amsmath}
\begin{document}
\begin{equation}
\iiint \limits_0^{\infty} \frac{\lambda p}{\nu (\mu + \delta)}
\end{equation}
\end{document}
Thank you!
Eli