From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/58746 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Vianney_le_Cl=E9ment?= Newsgroups: gmane.comp.tex.context Subject: Re: processaction inside MP graphic Date: Thu, 13 May 2010 13:16:52 +0200 Message-ID: References: <4BEBAA96.7020108@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1273749445 18892 80.91.229.12 (13 May 2010 11:17:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 13 May 2010 11:17:25 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu May 13 13:17:24 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OCWPq-0006qU-Bm for gctc-ntg-context-518@m.gmane.org; Thu, 13 May 2010 13:17:22 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B495EC9B0D; Thu, 13 May 2010 13:17:21 +0200 (CEST) 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 t3UnDcm6PVB7; Thu, 13 May 2010 13:17:21 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 995B0C9B10; Thu, 13 May 2010 13:17:18 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E5948C9B10 for ; Thu, 13 May 2010 13:17:17 +0200 (CEST) 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 QqFwycJWrT1J for ; Thu, 13 May 2010 13:17:15 +0200 (CEST) Original-Received: from mail-fx0-f41.google.com (mail-fx0-f41.google.com [209.85.161.41]) by balder.ntg.nl (Postfix) with ESMTP id A33B8C9B0D for ; Thu, 13 May 2010 13:17:15 +0200 (CEST) Original-Received: by fxm10 with SMTP id 10so28034fxm.14 for ; Thu, 13 May 2010 04:17:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=ciVxfx73kfc+r39k17TJA+gur27IY65iUpmmpBE8j/E=; b=IwZSMYYJHvFv7CcGi7Skw99EKtWBC2ImXEcVIWUD5nMZnv6LV+RBD6hQ10lXgSlpDN lrs9fjEIdEC6BwojDxb0rGBqdrO6g37Bny3dtMIXX7qBP0CSc0Wb+jZgFxZHhbehhlC2 8YOMGZPwn0/arfbGd7AebK7TLGdVD1RGVqALk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=MfvbjxvsexeJvhNLVKDyK1vzLA+f89p5a5CaDxSQLuVVuvCR+FUKAuWJxEPrP+2ny1 /wh6Tj4OaVFXk3i6+TH3mIYILwbO5Bw6dowPQcck5iB07zZG+deDDtbch/tt/pD9qlW9 sRFMFrlbMF6TaOz1VDBNJG781p6151TFMAd+0= Original-Received: by 10.239.189.12 with SMTP id r12mr865543hbh.129.1273749432116; Thu, 13 May 2010 04:17:12 -0700 (PDT) Original-Received: by 10.239.174.12 with HTTP; Thu, 13 May 2010 04:16:52 -0700 (PDT) In-Reply-To: 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:58746 Archived-At: > becareful at the spaces at the end, ie > \getparameters[Shape][square=3D{unitsquare}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0circle=3D{unitcircle}] > > doesn't work. That's logical, because \Shapesquare eats the spaces following it. In my case, I define my macros like \getparameters[Shape:] [square=3Dunitsquare, circle=3Dunitcircle] \def\Shape#1{\csname Shape:#1\endcsname} and then use \Shape{square}, so it doesn't have the problem. But thanks for pointing that out. Vianney ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________