stipub / stixfonts

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

Font of bigger parentheses and their spacing #71

Closed davidmjones closed 6 years ago

davidmjones commented 9 years ago

I noticed that with below MWE, the bigger parentheses, braces, and brackets do not have the same look as the small (standard or autosize) ones. I also noticed that the spacing (here the horizontal white space in front of each symbol) is differing.

For Latin Modern, this white space is getting bigger with each new size of symbol. With Asana this space stays the same all the time. With STIX we get something in between which does not seem very consistent.

To make things worth (maybe not the right place here), the spacing differs when mathtools is loaded (but still is not consistent). Apart from this, the double-g-versions get another vertical size when used with mathtools.

Somehow strange and maybe worth a look on it. Thank you all for your work!

% arara: pdflatex

\documentclass{article}
%\usepackage{mathtools}
\usepackage{lua-visual-debug}
\usepackage{unicode-math}
\setmathfont{STIX Math}

\begin{document}
\[\begin{array}{lll}
\left(\right. & \left[\right. & \left\{\right.\\
\bigl( & \bigl[ & \bigl\{ \\
\Bigl( & \Bigl[ & \Bigl\{ \\
\biggl( & \biggl[ & \biggl\{ \\
\Biggl( & \Biggl[ & \Biggl\{ \\
\end{array}\]
\end{document}

Reported by: tchiller

Original Ticket: stixfonts/tracking/71

davidmjones commented 9 years ago

Thank you for your interest in teh STIX fonstand taking time to report this issue. Version 2.0 of STIX is currently under development and we expect to address this iue in that release.

Original comment by: stipub

davidmjones commented 7 years ago

Original comment by: stipub

davidmjones commented 7 years ago

STIX 2.0.0 has been released and is available for download. We believe that this issue has been resolved in the new release, however if the problem persists or new issues are uncovered we'd appreciate the feedback.

Original comment by: stipub