From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9926 Path: main.gmane.org!not-for-mail From: Hartmut Henkel Newsgroups: gmane.comp.tex.context Subject: metafun and \input graph Date: Fri, 29 Nov 2002 12:36:48 +0100 (CET) Sender: ntg-context-admin@ntg.nl Message-ID: References: <5.1.0.14.1.20021125175341.02d14330@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 1038569730 29160 80.91.224.249 (29 Nov 2002 11:35:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 29 Nov 2002 11:35:30 +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 18HjQe-0007aA-00 for ; Fri, 29 Nov 2002 12:35:28 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id CF66210AE9; Fri, 29 Nov 2002 12:37:39 +0100 (MET) Original-Received: from hahepc1.hahe (dialin-145-254-214-111.arcor-ip.net [145.254.214.111]) by ref.ntg.nl (Postfix) with ESMTP id E3B6810AE6 for ; Fri, 29 Nov 2002 12:36:47 +0100 (MET) Original-Received: from hahe (helo=localhost) by hahepc1.hahe with local-esmtp (Exim 4.10) id 18HjRw-0000gN-00 for ntg-context@ntg.nl; Fri, 29 Nov 2002 12:36:48 +0100 Original-To: ntg-context@ntg.nl In-Reply-To: <5.1.0.14.1.20021125175341.02d14330@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:9926 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9926 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. Is there a way to use mptopdf for conversion of plain/non-metafun MetaPost files, e. g. a switch for mptopdf? Greetings Hartmut