It worked! Thanks a lot! mån 2008-11-24 klockan 16:23 -0500 skrev Aditya Mahajan:
On Mon, 24 Nov 2008, Jan-Erik Hägglöf wrote:
I tried to do some fontsettings, maybe it was the wrong way setting up things. You can see in the updated file.
This is not your fault. There is a bug in MKIV definition of \cal. Test example:
\starttext \startMPcode draw \sometxt{$\cal B$} ; \stopMPcode \stoptext
does not give caligraphic B. For the time being, you can use a work-around of adding \noexpand before \cal.
\starttext \startMPcode draw \sometxt{$\noexpand\cal B$} ; \stopMPcode \stoptext
Hans, Taco: Is it OK to add \unexpanded in the definition of cal
\unexpanded\def\cal{\mathortext{\fam\purefamily{calligraphic}}{\symbolicfont{Calligraphic}}} Can this line above be copied and pasted in to my personal "module" file?
Aditya
Cheers Janneman