Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Too many math alphabets" error when using both MinionPro and MyriadPro #52

Open
felix-rose opened this issue Mar 4, 2016 · 2 comments

Comments

@felix-rose
Copy link

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.

@sebschub
Copy link
Owner

Well, I suppose there are just too many math alphabets active because the sansmath option basically doubles the math versions. To be honest, I am not exactly sure how this is connected to the normal math version, however, I did not find any issues in the code...

@felix-rose
Copy link
Author

Is there a way to have MyriadPro not load already defined alphabets such as mathfrak or mathbb ? This might solve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants