Can someone give me any advice on how to use the mnsymbol package properly? When I run the following code it doesn't work. I get the computer modern font.
\documentclass[12pt,a4paper,DIV=11]{scrartcl}
\usepackage[no-math]{fontspec}
\setmainfont{Minion Pro}
\setsansfont{Frutiger LT Std}
\usepackage{MnSymbol}
\usepackage{graphicx}
\usepackage[onehalfspacing]{setspace}
\usepackage[english]{babel}
\begin{document}
\begin{equation}
\sum x + y = \frac{25x - (10-xy)}{den}
\end{equation}
\end{document}
MnSymboldo you want to use? – samcarter_is_at_topanswers.xyz Apr 12 '17 at 22:38MnSymbolonly provides symbols, not letters. – egreg Apr 12 '17 at 22:49MinionPropackage, you will gets all maths letters typed with MinionPro, and it loadMnsymbol. Your typing would be more consistent. – Bernard Apr 12 '17 at 23:23