On 24-5-2011 9:46, Aditya Mahajan wrote:
I will prefer something more verbose than rendering=1. Perhaps, numbersets=blackboard and numbersets=bold.
Sure, but I needed a quick test -)
A bit tricky. Is \reals == ℝ? That is, what if I type ℝ should the output be bold R, or should ℝ always map to the corresponding slot in the unicode math font?
- the export is the original (but \reals becomes ℝ) - the rendering becomes ℝ or bold-R you can play with the beta on the ftp server ... (math-ren.lua: we can consider runtime vector loading) \setupbackend[export=yes] \starttext \startTEXpage \startformula \reals {\mathbf R} \utfchar{"0211D} \utfchar{"1D411} \stopformula \setupmathematics[symbolset=blackboard-to-bold] \startformula \reals {\mathbf R} \utfchar{"0211D} \utfchar{"1D411} \stopformula \stopTEXpage \stoptext There is also support for: \setupmathematics [symbolset={blackboard-to-bold,adityas-favourutes}] Maybe we should start thinking of \definemathematics. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------