Hi!
I have a strange issue when TeX Gyre Pagella Math is used together
with bold text. MWE:
\definefontfamily [mainface] [rm] [TeX Gyre Pagella]
\definefontfamily [mainface] [ss] [TeX Gyre Heros]
%% comment/remove this line and it works
\definefontfamily [mainface] [mm] [TeX Gyre Pagella Math]
\setupbodyfont [mainface]
\definedescription [foo]
\starttext
%% works, no issues here
\math{x_y}
%% fails if TeX Gyre Pagella Math is used
\bold{\math{x_y}}
\stoptext
The error is:
tex error > tex error on line 14 in file /tmp/tex-xDj/xDj.mkvi: Math error: parameter 'subshiftdown' with id 48 in style 2 is not set
<macro> \math_m_nop
#1->\relax \ifmmode #1\else \normalstartimath \begingroup #1\endgroup \normalstopimath
\fi