latex3 / unicode-math

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

Invalid variants #430

Closed eg9 closed 6 years ago

eg9 commented 6 years ago

Description

With unicode-math version 0.8j released 2018-01-07, two warnings appear

*************************************************
* LaTeX warning: "kernel/invalid-variant"
* 
* Variant form 'NV' invalid for base form '\__um_fontface_gset_eq:NN'.
*************************************************
*************************************************
* LaTeX warning: "kernel/invalid-variant"
* 
* Variant form 'cV' invalid for base form '\__um_fontface_gset_eq:NN'.
*************************************************

This happens with both XeLaTeX and LuaLaTeX.

Minimal example demonstrating the issue

\documentclass{article}
\usepackage{unicode-math}

\begin{document}

$abc$

\end{document}
wspr commented 6 years ago

Oops, I knew I would forget something! Thanks.

bendix3 commented 6 years ago

same issue here, please merge soon.