25 Jun
2006
25 Jun
'06
7:21 p.m.
On Sun, 25 Jun 2006, Hans Hagen wrote:
Taco Hoekwater wrote:
Aditya Mahajan wrote:
Why is eusm not used with \cal? Context uses zeusm10 as the sy font and zeusm should contain eusm (atleast this is what I understand from ftp://tug.ctan.org/pub/tex-archive/fonts/eulervm/source/latex/eulervm/fontinst/fontevm.tex) What is missing from math-eul.tex?
Not missing, but it has a few wrong definitions. It contains
\definemathcharacter [A] [nothing] [mr] ["41]
but that should be :
\definemathcharacter [A] [alpha] [mr] ["41]
ok, i made those few (2*26) changes
Thanks, no need for home brewed recipies for Euler anymore :) Aditya