1

I have the following example which, in my view, has too much spacing between the upper limit of the operator and the operator itself:

Excessive vertical spacing

(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.

1 Answer 1

2

You can experiment with the font specified spacing parameters, using Stix here as I don't have Minion Math.

enter image description here

\documentclass{article} \usepackage{amsmath} \usepackage{unicode-math} \setmathfont{Stix Two Math} \begin{document} \begin{equation*} \bigcap_{n=1}^\infty X_n \end{equation*} \everydisplay{ %\Umathlimitabovekern\displaystyle=-25pt %\Umathlimitabovevgap\displaystyle=-25pt \Umathlimitabovebgap\displaystyle=-25pt } \begin{equation*} \bigcap_{n=1}^\infty X_n \end{equation*} \end{document} 
1
  • Thanks for your help; this works beautifully on my end. Commented Jan 3, 2020 at 20:45

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.