2009/1/6 Aditya Mahajan
<adityam@umich.edu>
To use euler as your main math typescript, you can use
\definetypeface[mainface][mm][math][euler][euler][encoding=texnansi]
with an appropriate roman font (usually, I use palatino for text, and artemisia for presentations).
This method works well for most letters, both bold and italic, but for capital Greek \Omega \Gamma etc, bold but upright. Do you know how to make these letters in italic?
If you just want to use euler caligraphic, without changing other math fonts (although I do not think that euler blends well with lm), you can modify the idea of http://wiki.contextgarden.net/rsfs
As Zhichu said, \cal gives exactly euscripts.
Since euscript is part of amsfonts now. I tried amsl module, but found no
effect.
I personally consider amsl module to be deprecated. Currently, context has alternative ways of doing most of what amsl used to do. I would suggest against using it.
Thanks. I will discard it, too.