On Wed, May 21, 2014 at 4:43 PM, Otared Kavian
Thanks for the answer. Is there another script font for LM, or for Palatino, which looks a little bit more readable than \cal in those fonts, and which can be used with the simplefonts mechanism?
Best regards: OK
Personally, I think that the \cal from Latin Modern is very readable (thus, I don't know what you are after). I tried some others, maybe you like one of them (I hope that the line breaks in the email will be OK): \definefallbackfamily[mainface][math][TeX Gyre Termes Math][range={1D49C-1D4CF,212C,2130,2131,210B,2110,2112,2133,211B,212F,210A,2134}] %\definefallbackfamily[mainface][math][TeX Gyre Pagella Math][range={1D49C-1D4CF,212C,2130,2131,210B,2110,2112,2133,211B,212F,210A,2134}] %\definefallbackfamily[mainface][math][Asana Math][range={1D49C-1D4CF,212C,2130,2131,210B,2110,2112,2133,211B,212F,210A,2134}] \definefontfamily [mainface] [rm] [Latin Modern] \definefontfamily [mainface] [math] [Latin Modern Math] \setupbodyfont[mainface] \starttext ${\cal abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ}$ \stoptext /Mikael