Hi again,

sorry to bump this. Can anyone confirm the problem? Ideas of a solution?

Also, I think the arrows are too high above the characters using the pagella fonts. Please compare the three files attached.
1) ConTeXt and pagella
2) ConTeXt and latin modern
3) LaTeX and latin modern

I can't say if I like 2) or 3) more when it comes to the vertical placement of the arrows.

Is there some way I can change the vertical placement of the arrows (in case it is not a bug but a feature)?

/Mikael



On Fri, Oct 11, 2013 at 9:53 AM, Mikael P. Sundqvist <mickep@gmail.com> wrote:
Dear all,

with the latest beta (and older ones), the following file

%%% start test file
\definefontfamily [mainface] [serif] [DejaVu Serif]
\definefontfamily [mainface] [sans]  [DejaVu Sans]
\definefontfamily [mainface] [mono]  [DejaVu Sans Mono] [feature=none]
\definefontfamily [mainface] [math]  [TeX Gyre Pagella Math][scale=1.12]

\setupbodyfont[mainface]

\starttext
$
\overrightarrow{AB}
\overrightarrow{BA}
\overrightarrow{AC}
\overrightarrow{CA}
\overrightarrow{AD}
\overrightarrow{DA}
\overrightarrow{BC}
\overrightarrow{CB}
\overrightarrow{BD}
\overrightarrow{DB}
\overrightarrow{CD}
\overrightarrow{DC}
$
\stoptext
%%% end test file

gives a shorter arrow than expected above BC and CB (but over the other ones it is OK).

Is this a bug in the Pagella math font (it looks OK if one comments out the \setupbodyfont[mainface] above)?

Can it be fixed?

Best regards, Mikael