Am Tue, 27 Oct 2009 21:58:59 +0100 schrieb Hans Hagen:
Martin Scholz wrote:
Hi List,
does anybody of you know if there is context package/module that provides the usability of AMS symbols like \subsetneq or \subsetneqq?
or is the only way to define every symbol by hand manually in the form of
\mathchardef\subsetneq=####
they should just work (both mkii and mkiv have ams fonts preloaded)
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________ I had to define these to manually and the other way round too, as I needed supsetneq subsetneq supsetneqq and subsetneqq and all were not working I needed to add \font\msbmx=msbm10 at 10pt \textfont15=\msbmx \mathchardef\subsetneqq="3F24 \mathchardef\subsetneq="3F28 \mathchardef\supsetneqq="3F25 \mathchardef\supsetneq="3F29 this part to my environment file... So since when did you implement it, using context included in the texlive 2k8 version and waiting for 2k9 to be stabilized by my packet manager...