I was trying to prepare some slides in XeLaTeX with main font Candara and Math font Neo Euler, but some symbols, like \angle, doesn't work. I am appending a minimal example:
\documentclass{article}
\usepackage[no-math]{fontspec}
\setmainfont[Ligatures=TeX,Numbers=Lining]{Candara}
\usepackage[math-style=upright]{unicode-math}
\setmathfont[Scale=MatchLowercase]{Neo Euler}
\usepackage[mode=math]{siunitx}
\begin{document}
\[
\angle ABC \ang{36}
\]
\end{document}
Can you please help me: I do need those symbols.
Thank you.
eulerpackage? I tried, but still have problems withsiunitxbecause\angstill doesn't work – Logos Aug 17 '18 at 13:42\setmathfont[range={"2220}]{Latin Modern Math}. And the degree should be possible too, but I don't have time now to look up where siunitx get it from. – Ulrike Fischer Aug 17 '18 at 14:00siunitxto work witheulerand the result is fairly good, so far – Logos Aug 17 '18 at 16:45