euler-otf icon indicating copy to clipboard operation
euler-otf copied to clipboard

widetilde not working in ConTeXt

Open adityam opened this issue 8 years ago • 1 comments

Hi,

In ConTeXt \widetilde does not scale with the size of the glyph. For example, using context 2016.09.09 the following test file:

\usetypescriptfile[euler]
\definetypeface[mainfont][rm][serif][palatino][default]
\definetypeface[mainfont][mm][math] [pagellaovereuler][default]

\setupbodyfont[mainfont,12pt]
\appendtoks \rm \to \everymathematics

\starttext
$\tilde M$, $\widetilde M$, $\widetilde{ab}$
\stoptext

I get the following:

screen shot 2016-09-28 at 10 33 48 am

Any hints on whether this is a bug with the font or context mappings?

adityam avatar Sep 28 '16 14:09 adityam

The font does not have wider tildes.

khaledhosny avatar Sep 29 '16 07:09 khaledhosny