I recently encountered an issue with the \mu-sign in siunitx while working on my thesis. Compiling the following code
\documentclass[10pt,a4paper]{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{siunitx}
\usepackage{mathdesign}
\begin{document}
Hello World
\SI{100}{\micro\meter}=\SI{100000}{\nano\meter}
$1\mu=1000$
\end{document}
with pdflatex gives
but when compiling the same code with lualatex I get
If I remove mathdesign I do not have those issues. What is mathdesign doing to change \mu to a ƫ, and how can I fix it?


siunitxby executing\usepackage{siunitx}[=v2]. – Mico Jan 03 '22 at 10:55