[Tex/LaTex] How to center text under math symbols

math-modestacking-symbols

I was looking for a way to center text underneath math symbols such as constraints or regions. More specifically, from vector calculus, if we were to have a double integral bounded by some region D, then we would have the two integral signs with a D underneath. It looks like the D_1 and D_2 as seen below.

Double Integral over General Region D

Best Answer

I cannot see this:

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

\[ \iint\limits_{D_1} f(x,y)\mathrm{d}A \] 

\end{document}

enter image description here