From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/50401 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: ppchtex color Date: Wed, 13 May 2009 13:25:43 +0200 Message-ID: <4A0AAE37.80105@wxs.nl> References: <200905122351.34572.alan.braslau@cea.fr> <4A0A85CE.9050501@wxs.nl> <200905131055.15194.alan.braslau@cea.fr> 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 1242214011 14651 80.91.229.12 (13 May 2009 11:26:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 May 2009 11:26:51 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed May 13 13:26:41 2009 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 1M4Cbb-0001rW-44 for gctc-ntg-context-518@m.gmane.org; Wed, 13 May 2009 13:26:35 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8CA5E1FF28; Wed, 13 May 2009 13:26:34 +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 15395-02; Wed, 13 May 2009 13:25:53 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4629D1FE88; Wed, 13 May 2009 13:25:53 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ADD691FE88 for ; Wed, 13 May 2009 13:25:51 +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 10376-05 for ; Wed, 13 May 2009 13:25:43 +0200 (CEST) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by ronja.ntg.nl (Postfix) with ESMTP id C93971FE85 for ; Wed, 13 May 2009 13:25:43 +0200 (CEST) Original-Received: from mail.pragma-ade.net (dsl-083-247-100-017.solcon.nl [83.247.100.17]) by filter4-til.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n4DBPguX032642 for ; Wed, 13 May 2009 13:25:43 +0200 Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by controller-1 (SurgeMail 3.9e) with ESMTP id 9568-1840426 for ; Wed, 13 May 2009 13:25:42 +0200 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <200905131055.15194.alan.braslau@cea.fr> X-Originating-IP: 10.100.1.100 X-Authenticated-User: hagen@controller-1 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=83.247.100.17; country=NL; region=15; city=Almelo; latitude=52.3500; longitude=6.6667; http://maps.google.com/maps?q=52.3500,6.6667&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 224587475 - a0fa495de825 - 20090513 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:50401 Archived-At: Alan BRASLAU wrote: > On Wednesday 13 May 2009 10:33:18 Hans Hagen wrote: >> Alan BRASLAU wrote: >>> Works correctly (bonds in red, atoms in black): >>> >>> \usemodule[chemic] >>> \setupchemical[rulecolor=red] >>> \starttext >>> \startchemical >>> \chemical[ONE,SB,Z0][C] >>> \stopchemical >>> \stoptext >>> >>> >>> However, the following variant does not work. >>> >>> \usemodule[chemic] >>> \starttext >>> \startchemical[rulecolor=red] >>> \chemical[ONE,SB,Z0][C] >>> \stopchemical >>> \stoptext >>> >>> I don't understand, as my (quick) look at the source code >>> indicates that the parameters should be handled identically. >> no, that was actually the problem ... local vs global ... for the moment >> set it up local (per formula) as i need to make an inheritance chain >> >> now that i've split in mkii/mkiv that's easier since we no longer have >> to keep things working in latex (which means that we can use more core >> helper code) >> >> just remind me occasionally > > OK. The following extension would also be useful: > > \usemodule[chemic] > \starttext > \startchemical > \chemical[SIX,B,rulecolor=red,AU][] > \stopchemical > \stoptext in mkiv syntax that is: \defineprocessor[chemred][color=red] \startchemical \chemical[SIX,SB,C135,R,Z][chemred->A,chemred->C,chemred->C] \stopchemical we can rewrite ppchtex a bit but it depends on how much time you want to spend on filling in the holes that i will create (i can make the framework) ----------------------------------------------------------------- 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________