From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15296 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: %%BoundingBox: (atend) Date: Tue, 01 Jun 2004 20:35:33 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.1.1.1.2.20040601203359.07de2640@server-1> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1086117724 27711 80.91.224.253 (1 Jun 2004 19:22:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Jun 2004 19:22:04 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jun 01 21:21:59 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVEpj-0002Dg-00 for ; Tue, 01 Jun 2004 21:21:59 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 7303710BAC; Tue, 1 Jun 2004 21:17:05 +0200 (MEST) Original-Received: from mailrelay02.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id 42C6310B61 for ; Tue, 1 Jun 2004 21:00:42 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay02.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i51J5TPr024993 for ; Tue, 1 Jun 2004 21:05:29 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 647D41B295; Tue, 1 Jun 2004 21:05:33 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id CE4391B2AF for ; Tue, 1 Jun 2004 19:05:24 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.1.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j 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:15296 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15296 At 14:24 30/05/2004, you wrote: >Hello, >ConTeXt does not find the EPS-BoundingBox in EPS files generated by xmgrace. >Such a file begins like this: > >%!PS-Adobe-3.0 EPSF-3.0 >%%BoundingBox: (atend) > >and it ends like this: > >%%Trailer >%%BoundingBox: 64 72 709 527 >%%DocumentNeededResources: font Times-Roman >%%EOF > >When using \externalfigure, one gets the following error: >ERROR: Missing number, treated as zero. > >--- TeX said --- > > ( >\EPSllx ->( > atend) >\dogetEPSboundingbox ...m \EPSfound >0 #2=\EPSllx > bp#4=\EPSurx > bp#3=\EPSlly ... > >Would it be possible, to enable ConTeXt to read such a file? sure but it could mess up things as well, esp since there can be a couple of (binary) megabytes in between >If not, I'm going to write a script, that converts the file. if you have a small demo file i can add that feature to texutil Hans