Is it possible at all to set the Euler Virtual Math fonts (or other post script math fonts) in fontspec using \setmathrm. I want to this, rather than just loading the package, because I would like to use the ScaleLowerCase Option of fontspec. I tried loading eulervm in fontspec with various settings, but without any success.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
|||
| show 2 more comments |
|
No, |
|||
|
|
\setmathfont{Neo Euler}– egreg Mar 11 '12 at 17:37Scale=MatchLowercasewhich you would specify as\setmathfont[Scale=MatchLowercase]{Neo Euler}– ArTourter Mar 11 '12 at 18:45\usepackage{eulervm}before loadingfontspec– Herbert Mar 11 '12 at 19:54