Skip to content

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

@felix-rose

Description

@felix-rose

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions