From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24752 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: \setupMPvariables in \startMPpage Date: Tue, 27 Dec 2005 00:01:35 +0100 Message-ID: <43B0764F.9020303@boede.nl> References: <59B47784-1D9E-4A55-8388-FAC239275E20@cox.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135638112 24150 80.91.229.2 (26 Dec 2005 23:01:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Dec 2005 23:01:52 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 27 00:01:50 2005 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 ciao.gmane.org with esmtp (Exim 4.43) id 1Er1Ld-00020S-OD for gctc-ntg-context-518@m.gmane.org; Tue, 27 Dec 2005 00:01:45 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7CDEE127B9; Tue, 27 Dec 2005 00:01:44 +0100 (CET) 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 00697-06; Tue, 27 Dec 2005 00:01:38 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D8B61127A3; Tue, 27 Dec 2005 00:01:38 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 446A2127A3 for ; Tue, 27 Dec 2005 00:01:37 +0100 (CET) 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 00735-04 for ; Tue, 27 Dec 2005 00:01:36 +0100 (CET) Original-Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by ronja.ntg.nl (Postfix) with ESMTP id 3EA35127A0 for ; Tue, 27 Dec 2005 00:01:34 +0100 (CET) Original-Received: from [192.168.0.193] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) (authenticated bits=0) by smtp-vbr8.xs4all.nl (8.13.3/8.13.3) with ESMTP id jBQN1Xn8028398 for ; Tue, 27 Dec 2005 00:01:34 +0100 (CET) (envelope-from w.egger@boede.nl) User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <59B47784-1D9E-4A55-8388-FAC239275E20@cox.net> X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:24752 Archived-At: Hi David, without digging into depth, it works if you change MPpage into TEXpage Willi David Arnold wrote: > > All, > > Why doesn't this work? > > %output=pdf > > \startuseMPgraphic{usquare} > draw unitsquare scaled 4cm; > \stopuseMPgraphic > > \starttext > > \startMPpage > \useMPgraphic{square} > \stopMPpage > > \stoptext > > > Why doesn't this work? > > %output=pdf > > \startuseMPgraphic{usquare} > draw unitsquare scaled \MPvar{u}; > \stopuseMPgraphic > > \starttext > > \startMPpage > \setupMPvariables[usquare][u=4cm] > \includeMPgraphic{usquare} > \stopMPpage > > \stoptext > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context