From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30998 Path: news.gmane.org!not-for-mail From: "Wolfgang Werners-Lucchini" Newsgroups: gmane.comp.tex.context Subject: Re: beta Date: Mon, 25 Sep 2006 23:10:54 +0200 Message-ID: <451861FE.21147.D06900@wwl.musensturm.de> 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 1159220884 11428 80.91.229.2 (25 Sep 2006 21:48:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Sep 2006 21:48:04 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 25 23:48:04 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 1GRyID-0006In-E2 for gctc-ntg-context-518@m.gmane.org; Mon, 25 Sep 2006 23:47:15 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 049991FCD7; Mon, 25 Sep 2006 23:47:11 +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 13548-01; Mon, 25 Sep 2006 23:47:08 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B0C6C1FC06; Mon, 25 Sep 2006 23:43:01 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 61B3F1FC01 for ; Mon, 25 Sep 2006 23:42: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 12979-05 for ; Mon, 25 Sep 2006 23:42:45 +0200 (CEST) Original-Received: from moutng.kundenserver.de (unknown [212.227.126.177]) by ronja.ntg.nl (Postfix) with SMTP id 4C5A61FE07 for ; Mon, 25 Sep 2006 23:12:32 +0200 (CEST) Original-Received: from [217.185.66.214] (helo=[217.185.66.214]) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis), id 0ML29c-1GRxkd03xB-0008UX; Mon, 25 Sep 2006 23:12:31 +0200 Original-To: ntg-context@ntg.nl Priority: normal In-reply-to: X-mailer: Pegasus Mail for Windows (4.31, DE v4.31 R1) Content-description: Mail message body X-Provags-ID: kundenserver.de abuse@kundenserver.de login:435c0b4f7f28cf0ca959f1bbde7b90f3 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:30998 Archived-At: > > Can someone verify this error please or is there something wrong > > with my code? > > The figure file is not found here as well (2006.08.08). But if I > change it to: > > \startMPrun > \input test.mp > \stopMPrun > \starttext > \externalfigure[w-mprun.1][width=15mm] > \stoptext > > then there's no problem (w.tex was the source file, hence the > w-mprun). This is not working here anymore. not w-mprun.1, not mprun.1 and not test.1 w-mprun.1 is build both the texish way (\input test.mp) and metafontish (input test.mp;) but is not found. Wolfgang