On Thu, 18 Jun 2009, Johan Sandblom wrote:
Is there an otf euler option?
No. Also keep in mind that euler is no where close to being a complete math font. Mkii used a virtual font that took missing symbols from px math and cm.
I have a local half baked support for Euler, which uses missing symbols from iwona. I can send the patch if you want to experiment with it.
I would love that as well. Is it on the wiki?
http://github.com/adityam/context-math/commit/ba9c49b5ac7c19900d851c1bcbbde5... Keep in mind that this is/was an experiment. I am still trying to understand how to create virtual fonts on the fly. In order to use this, you need \starttypescript [math][euler][all] \definefontsynonym[MathRoman][euler@euler-math] \loadmapfile[original-ams-euler.map] \loadmapfile[iwona-ex.map] \loadmapfile[iwona-sy.map] \stoptypescript then \definetypescript[whatever][mm][euler][default][text=rm] Aditya