There is an error message which I do not understand when I use amsart in conjunction with fontspec. The math text in the abstract seems to be deemed too small?
The error is
\textfont 6 is undefined (character =).
Here is a minimal working example:
\documentclass{amsart}
\title{T}\author{A}
\usepackage{fontspec}
\begin{document}
\begin{abstract}
$a=b$
\end{abstract}
\maketitle
\end{document}
mathspecbeforefontspecwill solve it. – Alan Munn May 7 '12 at 17:45=changes in theabstractenvironment; with\begin{abstract}\mathcode`="303Dthe example compiles. – egreg May 7 '12 at 18:03