From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36707 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: + as plain vanilla math character Date: Thu, 20 Sep 2007 14:20:55 +0200 Message-ID: <46F265A7.6090609@elvenkind.com> References: <46F24F70.6070509@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1190290891 6057 80.91.229.12 (20 Sep 2007 12:21:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Sep 2007 12:21:31 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 20 14:21:27 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1IYL1x-0005WE-VN for gctc-ntg-context-518@m.gmane.org; Thu, 20 Sep 2007 14:21:18 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B384420253; Thu, 20 Sep 2007 14:21:14 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18607-05; Thu, 20 Sep 2007 14:21:03 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A058520242; Thu, 20 Sep 2007 14:21:02 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9F33B20242 for ; Thu, 20 Sep 2007 14:21:00 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18261-07 for ; Thu, 20 Sep 2007 14:20:56 +0200 (CEST) Original-Received: from tullamore.elvenkind.com (elvenknd.xs4all.nl [82.95.203.226]) by ronja.ntg.nl (Postfix) with ESMTP id 122E020240 for ; Thu, 20 Sep 2007 14:20:55 +0200 (CEST) Original-Received: from glenlivet.elvenkind.com (glenlivet.elvenkind.com [10.10.0.6]) by tullamore.elvenkind.com (Postfix) with ESMTP id A1E493050288 for ; Thu, 20 Sep 2007 14:20:55 +0200 (CEST) User-Agent: Thunderbird 2.0.0.0 (X11/20070522) In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:36707 Archived-At: Oliver Buerschaper wrote: > Hi Taco, > >> This should normally work, but it depends on the current math >> encoding (see the math-xxx.tex files in the distribution): >> >> \definemathcharacter [+] [ord] [mr] ["2B] % [bin] is default > > Just tried this but to no avail :-( Probably because "+" is done already. > \startmathcollection[default] > \definemathcharacter [myplus] [ord] [mr] ["2B] > \stopmathcollection This will work, except that you need \definemathsymbol, not \definemathcharacter. \startmathcollection[default] \definemathsymbol [myplus] [ord] [mr] ["2B] \stopmathcollection Best wishes, Taco ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________