I have the following example which, in my view, has too much spacing between the upper limit of the operator and the operator itself:
(This spacing issue does not occur with Computer Modern, but I am not changing the typeface.)
The source for this example is the following (compiled with LuaLaTeX):
\documentclass{article} \usepackage{amsmath} \usepackage{unicode-math} \setmathfont{Minion Math} \begin{document} \begin{equation*} \bigcap_{n=1}^\infty X_n \end{equation*} \end{document} Does anyone have any ideas about how I might finely control the vertical spacing above the operator? My searches have, so far, been fruitless.

