Hi,
is there any way to change the default font on math mode with a custom font?
Specifically, I'd like to set it to "Myriad Pro" which shows greek letters nicely.
Thank you.
Fonts & Character Sets ⇒ Change font for math mode
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Change font for math mode
I guess you use XeTeX, in that case you could use
Stefan
\setmathsfont
, such asCode: Select all
\setmathsfont(Digits){TeX Gyre Termes}
\setmathsfont(Latin){TeX Gyre Termes}
\setmathrm{TeX Gyre Termes}
LaTeX.org admin