On 3/18/20 9:59 AM, Jan Willem Flamma wrote:
> Dear list members,
>
> I have been running ConTeXt on a Mac for a number of years.
>
> I just installed ConTeXt LMTX on a new Windows machine following
> instructions from the Pragma-ADE website.
>
> When I process the below MWE on the Windows machine the formulas are not
> displayed in the correct font.

Hi Jan,

this sample shows the issue:

  \definefontfamily [mainface] [rm] [DejaVu Serif]
  \definefontfamily [mainface] [mm] [TeX Gyre Pagella Math]
  \setupbodyfont[mainface]
  \starttext
  \m{\sin^2(t)^2 + \cos^2(t) = 1}
  \setupbodyfont[pagella]
  \m{\sin^2(t)^2 + \cos^2(t) = 1}
  \stoptext

For some strange reason, ConTeXt latest (LuaTeX 2.05 20200229 + ConTeXt
MkIV 2020.03.10 14:52) doesn’t embed the font.

I’m using Linux 64bit (I wonder whether ConTeXt latest on macOS won’t
give the same output).

I think this may be a bug in ConTeXt latest.

Just in case 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