latex3 / unicode-math

XeLaTeX/LuaLaTeX package for using unicode/OpenType maths fonts
http://ctan.org/pkg/unicode-math
LaTeX Project Public License v1.3c
239 stars 28 forks source link

mathit character right glue issue #606

Closed libinxu01 closed 1 year ago

libinxu01 commented 1 year ago

Description

texlive2016 + unicode-math 0.8c: v1 texlive2022 + unicode-math 0.8q: v2 I wonder how to fix it?

Add info or delete as appropriate:

Minimal example demonstrating the issue

\documentclass{book}

\usepackage[bold-style=ISO, mathbf=sym]{unicode-math}
\setmathfont{TeX Gyre Termes Math}

\begin{document}
:$\overline {\mathit{v}}$:
\end{document}