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

Incompatibility with mathtools and unicode-math in xelatex for \sqrt[n]{x} #432

Closed ddrcasa closed 6 years ago

ddrcasa commented 6 years ago

Description

unicode-math 08j released 2018-01-07: Something wrong with \sqrt[n]{x}

Check/indicate

Minimal example demonstrating the issue

\documentclass{article}
\usepackage{mathtools}
\usepackage{unicode-math}
\begin{document}
     $\sqrt[3]{x}$
\end{document}

Further details

Compiling with XeLaTeX produces this error message :

Undefined control sequence \__um_mathstyle_scale:Nnn.
leading text: $\sqrt[3]{x}
Missing number, treated as zero.
wspr commented 6 years ago

Thanks for writing and sorry for the inconvenience. This will be fixed over the weekend.

ddrcasa commented 6 years ago

Thanks a lot !