On 07/20/2017 09:38 AM, Kumar Appaiah wrote:
Hi.
I'm using the Debian packaged ConTeXt, version 2017.05.15.20170613-2. I have the Neo Euler OTF font and mtxrun --script fonts finds it.
I am unable to get the following to work:
\definefontfamily [myfamily] [math] [Neo Euler] \setupbodyfont[myfamily]
The above code doesn't build for me with errors in the formula portion. However, removing the Neo Euler line makes it work. Moreover, this works:
\definefontfamily [myfamily] [serif] [Neo Euler] \setupbodyfont[myfamily]
But this makes everything, including math, Euler. Could you please help me out?
Hi Kumar, this seems to work with latest beta: \definefontfamily [myfamily] [rm] [TeX Gyre Pagella] \definefontfamily [myfamily] [mm] [Neo Euler] \setupbodyfont[myfamily] \starttext This is plain text. \startformula x + y = z \stopformula \stoptext I hope it helps, Pablo -- http://www.ousia.tk