Hello list,
I have another question for you, it is about diacritic's replacement
in math mode.
\definefontfamily[mainface][serif][Minion Pro]
\definefallbackfamily[mainface][math][Minion
Pro][tf=style:italic,preset=math:lowercaseitalic]
\definefallbackfamily[mainface][math][Minion
Pro][tf=style:italic,preset=math:uppercaseitalic]
\definefontfamily[mainface][math][Latin Modern Math]
\setupbodyfont[mainface]
\starttext
{\it Piña}\par
\m{Pi\tilde{n}a}\par
{\it Canción}\par
\m{Canci\acute{o}n}
\stoptext
As you can see, the accents are replaced with Latin Modern Math font.
So, how can i use accents from Minion Pro?
2016-08-28 19:45 GMT-03:00 Jose Luis Arellano
Thanks Wolfgang,
For now, am using this work around to get italic in maths:
\definefallbackfamily[mainface][math][Minion Pro][tf=style:italic,preset=math:lowercaseitalic]
I have another couple of questions:
1) I am using a font that have the feature onum enabled by default, so how can i unset this feature for math (lnum,tnum)? 2) Is there any way to use only some symbols like +, - from Minion Pro in math mode?