Hello,
When I use MinionPro (text and math) as well as MyriadPro (sans font and math font), I am unable to use all math fonts. Here is a mwe:
\documentclass{article}
\usepackage{MinionPro}
\usepackage[sansmath]{MyriadPro}
\begin{document}
$\mathrm{A}$
$\mathsf{A}$
$\mathfrak{A}$
$\mathbf{A}$
$\mathcal{A}$
$\mathbb{A}$
\end{document}
does not compile and return the following error:
! LaTeX Error: Too many math alphabets used in version normal.
If I comment anyone of the `a's (and therefore use one less alphabet), the error disappers.
The error somehow comes from the combination of both packages; indeed, if I comment either, the error goes away. Loading them in reverse order does not solve the issue.