From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25976 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: gnuplot mode Date: Wed, 15 Feb 2006 19:51:54 +0100 Message-ID: <43F3784A.6090103@elvenkind.com> References: <43F37000.2090901@nibua-r.org> 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 1140029552 13060 80.91.229.2 (15 Feb 2006 18:52:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Feb 2006 18:52:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Feb 15 19:52:30 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 1F9Rkx-0005jl-W2 for gctc-ntg-context-518@m.gmane.org; Wed, 15 Feb 2006 19:52:04 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 95627127BD; Wed, 15 Feb 2006 19:52:03 +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 00856-05-4; Wed, 15 Feb 2006 19:51:59 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 99282127B1; Wed, 15 Feb 2006 19:51:59 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BB1EF127B1 for ; Wed, 15 Feb 2006 19:51:58 +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 00856-05-3 for ; Wed, 15 Feb 2006 19:51:57 +0100 (CET) Original-Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by ronja.ntg.nl (Postfix) with SMTP id B3997127A1 for ; Wed, 15 Feb 2006 19:51:57 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:35810 helo=[192.168.1.3]) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1F9Rkq-000I5o-Av for ntg-context@ntg.nl; Wed, 15 Feb 2006 18:51:57 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <43F37000.2090901@nibua-r.org> 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:25976 Archived-At: Renaud AUBIN wrote: > > Hi all, > > I'm trying to use the gnuplot mode (texlive+ ConTeXt 2006.02.03) and the > command texexec --pdf --mode=demo m-gnuplot results in a m-gnuplot.pdf > where only the png is correctly displayed... All the > m-gnuplot-gnuplot-*.pdf are unknown... > > I assume I have missed something... But what ? The conversion of the gnuplot output from postscript to pdf fails. It attempts to execute this commandline: texmfstart newpstopdf --method=raw \GNUPLOTfile.ps where \GNUPLOTfile is e.g. "m-gnuplot-gnuplot-0" You can try the command on the commandline to see where it goes wrong. Cheers, Taco