could anyone tell me why in this example, the "normal" font is not MinionPro?
Code: Select all
\documentclass{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[minionint,mathlf]{MinionPro}
\usepackage{fontspec}
\setsansfont{Myriad Pro}
\begin{document}
\section{Heading}
The Cauchy integral formula...
\end{document}
But now I just don't get how I can use both fonts at the same time. When I use one single font of those two, it works fine.
Maybe there is a conflict with this fontspec-Package? I'd be happy if someone could look over it and perhaps tell me how LaTeX does what I want it to do

Thanks in advance!