From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9934 Path: main.gmane.org!not-for-mail From: Hartmut Henkel Newsgroups: gmane.comp.tex.context Subject: Re: metafun and \input graph Date: Fri, 29 Nov 2002 17:55:08 +0100 (CET) Sender: ntg-context-admin@ntg.nl Message-ID: References: <5.1.0.14.1.20021129134936.00af0d70@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1038588874 2820 80.91.224.249 (29 Nov 2002 16:54:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 29 Nov 2002 16:54:34 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18HoPR-0000jJ-00 for ; Fri, 29 Nov 2002 17:54:33 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id DDD1610AE9; Fri, 29 Nov 2002 17:56:45 +0100 (MET) Original-Received: from hahepc1.hahe (du-017-125.access.de.clara.net [212.82.246.125]) by ref.ntg.nl (Postfix) with ESMTP id DAD5110AE6 for ; Fri, 29 Nov 2002 17:55:06 +0100 (MET) Original-Received: from hahe (helo=localhost) by hahepc1.hahe with local-esmtp (Exim 4.10) id 18HoQ0-0000T9-00 for ntg-context@ntg.nl; Fri, 29 Nov 2002 17:55:08 +0100 Original-To: ntg-context@ntg.nl In-Reply-To: <5.1.0.14.1.20021129134936.00af0d70@server-1> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:9934 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9934 Hi Hans, the mptopdf.pl --raw from your mail works perfect. Pure magic! (tested with teTeX-021116) Thanks a lot! Ah, one has to give the .mp extension explicitely. Otherwise it says MPtoPDF 1.2 : no filename matches foo.* Greetings Hartmut On Fri, 29 Nov 2002, Hans Hagen wrote: > At 12:36 PM 11/29/2002 +0100, you wrote: > >When I try to run some plain MetaPost foo.mp file, which includes an > >\input graph command, through mptopdf, e. g. by the call `mptopdf > >foo.mp' fails. Check with texexec --mptex foo.mp shows > > > >! Redundant equation. > > > > ; > >l.148 Ten_to0=1; > > Ten_to1=10; Ten_to2=100; Ten_to3=1000; Ten_to4=10000; > > > >These are redundant, since the lines appear first in mp-form.mp and then > >are again loaded from graph.mp. > > i'll send you a file for testing, > > mptopdf --raw yourfile.mp > > > >Is there a way to use mptopdf for conversion of plain/non-metafun > >MetaPost files, e. g. a switch for mptopdf? > > mp to pdf will convert any mp output file into pdf > > Hans