From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/53777 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: ams font symbols Date: Tue, 27 Oct 2009 17:21:48 -0400 (EDT) Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1256678532 17703 80.91.229.12 (27 Oct 2009 21:22:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Oct 2009 21:22:12 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Oct 27 22:22:06 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1N2tUS-0007hH-Lo for gctc-ntg-context-518@m.gmane.org; Tue, 27 Oct 2009 22:22:04 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E220FC9AFD; Tue, 27 Oct 2009 22:20:50 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7Tnq5z3nvivN; Tue, 27 Oct 2009 22:20:47 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7F9D4C9AB7; Tue, 27 Oct 2009 22:20:47 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D1B4DC9AB7 for ; Tue, 27 Oct 2009 22:20:45 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id DLI3UrlFAbFH for ; Tue, 27 Oct 2009 22:20:43 +0100 (CET) Original-Received: from skycaptain.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.160]) by balder.ntg.nl (Postfix) with ESMTP id C5FCCC9A41 for ; Tue, 27 Oct 2009 22:20:42 +0100 (CET) Original-Received: FROM dhcp128036205236.central.yale.edu (dhcp128036205236.central.yale.edu [128.36.205.236]) By skycaptain.mr.itd.umich.edu ID 4AE76471.86F50.14254 ; Authuser adityam; 27 Oct 2009 17:21:53 EDT In-Reply-To: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:53777 Archived-At: On Tue, 27 Oct 2009, Martin Scholz wrote: > Am Tue, 27 Oct 2009 17:05:07 -0400 schrieb Aditya Mahajan: > >> On Tue, 27 Oct 2009, 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? >> >> MkII or MkIV? > MkII >> >>> or is the only way to define every symbol by hand manually in the form >>> of >>> >>> \mathchardef\subsetneq=#### >> >> Just send a list of symbols that are missing, and we will add them to >> the core. >> >> Aditya >> > Just answered Hans with the part that missed in my opinion. but if it is > there, I don't know what I'm doing wrong... I don't know. The following works fine here with the current minimals. \starttext $\subsetneqq\subsetneq\supsetneqq\supsetneq$ \stoptext It also works correctly on contextgarden (live.contextgarden.net). To be explicit, you can try to force the ams definitions: \definetypeface[mainface][rm][serif][modern][default][encoding=\defaultencoding] \definetypeface[mainface][ss][sans] [modern][default][encoding=\defaultencoding] \definetypeface[mainface][tt][mono] [modern][default][encoding=\defaultencoding] \definetypeface[mainface][mm][mant] [modern][ams] [encoding=\defaultencoding] \setupbodyfont[mainface] Which version of context are you using? Aditya ___________________________________________________________________________________ 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 ___________________________________________________________________________________