aliftype / xits

XITS - OpenType implementation of STIX fonts with math support
SIL Open Font License 1.1
351 stars 35 forks source link

\vert doesn't grow in xits-mathbold.otf #57

Closed u-fischer closed 6 years ago

u-fischer commented 6 years ago

With the bold version of the math font \vert doesn't grow as expected:

\documentclass{book}
\usepackage{unicode-math}%

\begin{document}
$\big \vert \Big \vert  \bigg\vert \Bigg\vert $

\setmathfont{xits-math.otf}

$\big \vert \Big \vert  \bigg\vert \Bigg\vert $

\setmathfont{xits-mathbold.otf} %doesn't work

$\big \vert \Big \vert  \bigg\vert \Bigg\vert $

\end{document}

image