I have a document where the main font is Gotham Book. So in my preamble I have:
\usepackage{fontspec}
\setmainfont{Gotham Book}
As the fontspec manual describes, this sets the math roman font to also be Gotham Book. But the math italic font remains from the Computer Modern family.
I know that \setmathrm will change the math roman font, and there are cousins \setmathtt, \setmathsf, and \setboldmathrm. But there's no \setmathit.
What am I missing?
mathspecis replaced byunicode-math. commands like\setmathrmare very limited. – Leo Liu Feb 14 '11 at 13:55mathastextpackage. – Seamus Feb 14 '11 at 16:47