sebschub / MdSymbol

Math symbols for Myriad Pro
Other
4 stars 4 forks source link

Missing \sim in LuaLaTeX #5

Open beojan opened 5 years ago

beojan commented 5 years ago

I'm trying to use MdSymbol with Fira Math (loaded using unicode-math) to fill in the missing glyphs. Most of it seems to be working fine, but the \sim symbols are missing, even though it is listed in the documentation.

sebschub commented 5 years ago

Please post a minimal example. The following works for me with lualatex:

\documentclass{scrartcl}

\usepackage{mdsymbol}

\begin{document}
$x\sim b$
\end{document}

image

beojan commented 5 years ago

It seems to be an interaction between unicode-math with Fira Math and mdsymbol.

The best option is for unicode-math to provide a feature to select fallback fonts. That request is here: https://github.com/wspr/unicode-math/issues/513.