latex3 / unicode-math

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

Problems with working with the siunitx package #561

Closed wrfwerrr closed 3 years ago

wrfwerrr commented 3 years ago

Description

When I use the siunitx package to output units, Latin letters in math mode are not displayed.

Add info or delete as appropriate:

\mu and \beta are not displayed when I compile with XeLaTex.

Minimal example demonstrating the issue

\documentclass{book}

\usepackage{siunitx}
\usepackage{unicode-math}
\setmathfont{texgyrepagella-math.otf}

\begin{document}
\SIrange{1}{2}{\mu\beta  aaa}
\end{document}