stipub / stixfonts

OpenType Unicode fonts for Scientific, Technical, and Mathematical texts
SIL Open Font License 1.1
683 stars 41 forks source link

Too tight distance to subscript #214

Open callegar opened 2 years ago

callegar commented 2 years ago

When using the font with luatex, in $V_Y$ the top left corner of the Y almost clashes onto the V.

tiroj commented 2 years ago

We’ll be thoroughly reviewing all such spacing in the v2.20 work, but if you are able to provide screenshots of the issue, that will be very helpful in determining whether some spacing problems are specific to individual math layout implementations.

matteocoder commented 2 years ago

@tiroj I agree that the space between a letter and its subscript is a bit too tight in STIX 2 Math compared to Latin Modern or even the older XITS.

% compiled with LuaHBTeX 1.13.2
\documentclass{minimal}
\usepackage{unicode-math}
% uncomment accordingly to produce each result
%\setmainfont{STIX Two Text}
%\setmathfont{STIX Two math}
%\setmainfont{XITS}
%\setmathfont{XITS Math}
\begin{document}
\noindent in text:\\
this is a $V_Y$ document\\
this is a $V_X$ document\\
this is a \(V_Y\) document\\
display:\\
this is a \[V_Y\] document
\end{document}

Results: STIX 2, Latin Modern, XITS stix2vy lmvy xitsvy

tiroj commented 2 years ago

Thank you. The images are very helpful. We revised the italic correction setting on a lot of glyphs in v2.10, to make them more systematic, but now need to review and revise the downstream cut-in kerning settings.

davidmjones commented 2 years ago

Duplicate of #184