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

root #410

Closed hvoss49 closed 6 years ago

hvoss49 commented 6 years ago

I have a problem with the root. With xelatex everything is fine but with lualatex only when unicode-math is not loaded:

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

With unicode-math:

with-unicode-math

Without:

without-unicode-math

running up-to-date TL2017 under Linux (Ubuntu)

wspr commented 6 years ago

Apologies, there is a bug in the most recent update which I've fixed but not yet uploaded...

wspr commented 6 years ago

I think this is now fixed as of v0.8h…