From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24425 Path: news.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Re: Metafun example doesn't work Date: Sun, 18 Dec 2005 01:04:08 -0800 Message-ID: References: <95FED53B-C6E7-40F6-8984-68A467BBC4B7@cox.net> <43A52550.8020004@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1134897202 10418 80.91.229.2 (18 Dec 2005 09:13:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Dec 2005 09:13:22 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Dec 18 10:13:20 2005 Return-path: 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 1EnuaM-0005Dw-Vm for gctc-ntg-context-518@m.gmane.org; Sun, 18 Dec 2005 10:12:07 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 962E812843; Sun, 18 Dec 2005 10:12:06 +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 12897-01; Sun, 18 Dec 2005 10:12:06 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4A58912844; Sun, 18 Dec 2005 10:10:08 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 881D612843 for ; Sun, 18 Dec 2005 10:10:06 +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 12623-08 for ; Sun, 18 Dec 2005 10:10:05 +0100 (CET) Original-Received: from fed1rmmtao11.cox.net (fed1rmmtao11.cox.net [68.230.241.28]) by ronja.ntg.nl (Postfix) with ESMTP id EA75512844 for ; Sun, 18 Dec 2005 10:05:21 +0100 (CET) Original-Received: from [10.0.1.2] (really [70.191.56.23]) by fed1rmmtao11.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051218090426.SMP6244.fed1rmmtao11.cox.net@[10.0.1.2]> for ; Sun, 18 Dec 2005 04:04:26 -0500 In-Reply-To: <43A52550.8020004@elvenkind.com> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) 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:24425 Archived-At: It compiles, but the figures should not be identical according to the Metafun manual, page 201. On Dec 18, 2005, at 1:01 AM, Taco Hoekwater wrote: > Hi David, > > To me it looks like it does work, but perhaps I am not looking > at it correctly. Here is what I compiled: > > \setupcolors[state=start] > \setupoutput[pdftex] > \starttext > \startMPgraphic > draw unitsquare > xscaled 5cm yscaled 1cm > withpen pencircle scaled 2mm > withcolor .625 red; > \stopMPgraphic > \hbox\bgroup > \loadcurrentMPgraphic{width=5cm,height=1cm}\placeMPgraphic\quad > \loadcurrentMPgraphic{width=8cm,height=1cm}\placeMPgraphic\egroup > \stoptext > > And I get a red outline around two rectangles next to eachother. > Does it crash for you? > > Taco > > David Arnold wrote: >> All, >> I've always wondered why this Metafun manual example doesn't work. >> \startMPgraphic >> draw unitsquare >> xscaled 5cm yscaled 1cm >> withpen pencircle scaled 2mm >> withcolor .625 red; >> \stopMPgraphic >> \hbox\bgroup >> \loadcurrentMPgraphic{width=5cm,height=1cm}\placeMPgraphic\quad >> \loadcurrentMPgraphic{width=8cm,height=1cm}\placeMPgraphic\egroup >> _______________________________________________ >> ntg-context mailing list >> ntg-context@ntg.nl >> http://www.ntg.nl/mailman/listinfo/ntg-context > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context