latex3 / unicode-math

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

Support and test amsmath macros `\varGamma...\varOmega` #442

Open wspr opened 6 years ago

wspr commented 6 years ago

Description

amsmath doesn't use \upGamma but rather \varGamma.

Check/indicate

Minimal example demonstrating the issue

\documentclass{article}
\usepackage{unicode-math}
\begin{document}
$\varGamma$?
\end{document}

Further details

These commands do appear to work when amsmath is loaded, so it might just be a matter of ensuring and checking the behaviour makes sense.