From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31654 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: mptopdf problems Date: Tue, 31 Oct 2006 14:58:01 -0500 (EST) Message-ID: References: <92A0672C-3995-4D00-BBEE-8B4215C1451B@uni-bonn.de> 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 1162324991 23046 80.91.229.2 (31 Oct 2006 20:03:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Oct 2006 20:03:11 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Oct 31 21:03:08 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 1Gezns-0005EI-Ko for gctc-ntg-context-518@m.gmane.org; Tue, 31 Oct 2006 21:01:44 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 083D21FE55; Tue, 31 Oct 2006 21:01:43 +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 24925-04; Tue, 31 Oct 2006 21:01:42 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 310111FE28; Tue, 31 Oct 2006 20:58:17 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3B64B1FE2A for ; Tue, 31 Oct 2006 20:58:15 +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 24900-05 for ; Tue, 31 Oct 2006 20:58:09 +0100 (CET) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by ronja.ntg.nl (Postfix) with SMTP id CFA401FE09 for ; Tue, 31 Oct 2006 20:58:08 +0100 (CET) Original-Received: FROM eecs4327u10.engin.umich.edu (eecs4327u10.engin.umich.edu [141.213.51.138]) BY hackers.mr.itd.umich.edu ID 4547AACF.18D7D.13645 ; 31 Oct 2006 14:58:07 -0500 X-X-Sender: adityam@eecs4327u10.engin.umich.edu Original-To: mailing list for ConTeXt users In-Reply-To: <92A0672C-3995-4D00-BBEE-8B4215C1451B@uni-bonn.de> 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:31654 Archived-At: Hi Thomas, You can also try texexec --mpgraphic file.mp AFAIK, it should be equivalent to mptopdf, if not better. It creates a temporary tex file, with \setoutput[pdftex] \setupcolors[state=start] % Some lines for font maps \starttext \startTEXpage \convertMPtoPDF{file.1}{1}{1} \stopTEXpage \startTEXpage \convertMPtoPDF{file.2}{1}{1} \stopTEXpage % etc.... \stoptext So, in the end you get a single pdf with each figure on different page. Aditya On Tue, 31 Oct 2006, Thomas A. Schmitz wrote: > Disregard the message; I just updated ConTeXt with Gerben's latest > installer package, and the problem is gone. >