From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30953 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: transparent metafun colors turn nearly black Date: Sat, 23 Sep 2006 20:22:46 +0200 Message-ID: <45157B76.5000707@gmx.net> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1159035780 3022 80.91.229.2 (23 Sep 2006 18:23:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Sep 2006 18:23:00 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Sep 23 20:22:58 2006 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 1GRC9N-0004Jw-P4 for gctc-ntg-context-518@m.gmane.org; Sat, 23 Sep 2006 20:22:53 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0260B1FE4C; Sat, 23 Sep 2006 20:22:53 +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 20261-06; Sat, 23 Sep 2006 20:22:47 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 020DA1FDE8; Sat, 23 Sep 2006 20:22:46 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1685F1FDE8 for ; Sat, 23 Sep 2006 20:22:44 +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 20253-02 for ; Sat, 23 Sep 2006 20:22:37 +0200 (CEST) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id 401B61FDDB for ; Sat, 23 Sep 2006 20:22:37 +0200 (CEST) Original-Received: (qmail invoked by alias); 23 Sep 2006 18:22:35 -0000 Original-Received: from i577B9099.versanet.de (EHLO [192.168.1.3]) [87.123.144.153] by mail.gmx.net (mp042) with SMTP; 23 Sep 2006 20:22:35 +0200 X-Authenticated: #24293357 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: mailing list for ConTeXt users In-Reply-To: X-Enigmail-Version: 0.94.0.0 X-Y-GMX-Trusted: 0 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:30953 Archived-At: Sanjoy Mahajan wrote: >> Maybe you also need >> \runMPTEXgraphicstrue (enabled in my cont-sys.tex)? > > I just enabled that in cont-sys.rme, and I put it in the test file for > good measure. > >> your example works here (beta 17.09.). I also tried your example at >> contextgarden (same beta) and it worked too (using Firefox). > > Thanks for checking it both ways. Now I'm really puzzled because I > also use Firefox (on Linux). I just ran the file below at > contextgarden (same one as before but with the MPTEX addition), and it > gives 'undefined' in a square where the figure should be. And on my > Ubuntu laptop with context 2006.08.08 it gives a large black circle. > I also tried the old perl texexec in case that helped but no luck. > Mhh, I think Patrick is playing games with us ;) Your examples (old and new one) doesn't work anymore at contextgarden (black square with "unknown" text). The good news: it's still working here. Maybe I should stop testing your examples, as long as my system works ;) Just tried your old example *without* \runMPgraphicstrue and it worked again. This is really strange. Peter > The texexec log on contextgarden looks okay. It generates > texexec-mpgraph.1 and embeds one figure, so I'm guessing the figure is > generated and inserted. So I don't understand why the generated PDF > file is not right. To make sure it wasn't a caching problem, I added > a bit of text to the end, to see whether the new PDF file had it (it > did). > > \runMPgraphicstrue > \runMPTEXgraphicstrue > \setupcolors[state=start] > \starttext > \startreusableMPgraphic{a} > fill fullcircle scaled 10cm withcolor transparent(1,0.5,green) ; > \stopreusableMPgraphic > > \placefigure[force,none]{}{\reuseMPgraphic{a}} > \stoptext > > -Sanjoy > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > >