From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32671 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: Lost in METAPOST Date: Fri, 12 Jan 2007 12:57:19 +0100 Message-ID: <45A7779F.4070104@gmx.net> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168603063 18353 80.91.229.12 (12 Jan 2007 11:57:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Jan 2007 11:57:43 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 12 12:57:40 2007 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 1H5L2N-0007zx-21 for gctc-ntg-context-518@m.gmane.org; Fri, 12 Jan 2007 12:57:35 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 49FD82018E; Fri, 12 Jan 2007 12:53:49 +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 27521-02-14; Fri, 12 Jan 2007 12:53:42 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A94662018F; Fri, 12 Jan 2007 12:53:42 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D130E201A5 for ; Fri, 12 Jan 2007 12:53:39 +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 27521-02-13 for ; Fri, 12 Jan 2007 12:53:33 +0100 (CET) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id 0ACCE2018E for ; Fri, 12 Jan 2007 12:53:32 +0100 (CET) Original-Received: (qmail invoked by alias); 12 Jan 2007 11:57:16 -0000 Original-Received: from i577B9292.versanet.de (EHLO [192.168.1.3]) [87.123.146.146] by mail.gmx.net (mp043) with SMTP; 12 Jan 2007 12:57:16 +0100 X-Authenticated: #24293357 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) 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:32671 Archived-At: luigi scarso wrote: > Almost for sure (99.9%) I have made some deeeep mess with last context distro. > Now, I would like to discover where I have corrupted my installation. > %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% > \setupcolors[state=start] > \starttext > %%\global\runMPgraphicstrue > \startuseMPgraphic{hans} > width :=\the\textwidth/5; > height := width/4; > fill fullcircle > xscaled width > yscaled height > withcolor red; > %withcolor (\RedGreenBlue); > \stopuseMPgraphic > \framed{\useMPgraphic{hans}} > \stoptext (1) > %% NO texmfstart texutil --purgeall; texexec --pdf b (2) > %% NO texmfstart texutil --purgeall; texmfstart texexec --pdf b (3) > %% YES texmfstart texutil --purgeall; texexec --pdf --automprun b (4) > %% NO texmfstart texutil --purgeall; texmfstart texexec --pdf --automprun b > Open to any suggestion. If (1) doesn't work, but (3) does, you haven't set \runMPgraphicstrue inside \user\cont-sys.tex. Sorry, no more clues from my side. A full log of (4) would be helpful. Peter > luigi > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >