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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to