Re: [NTG-context] %%BoundingBox: (atend)

2004-06-03 Thread Peter Münster
On Thu, 3 Jun 2004, Taco Hoekwater wrote: > > But how is texutil used in this situation? > > with > texutil --figures I tried this too, but still the same error. Perhaps something wrong with my installation? I would be glad if someone could help. The file example.eps is in the attachment.

Re: [NTG-context] %%BoundingBox: (atend)

2004-06-03 Thread Taco Hoekwater
On Wed, 2 Jun 2004 20:13:10 +0200 (CEST), Peter wrote: > On Wed, 2 Jun 2004, Taco Hoekwater wrote: > > > + { if ($SomeLine =~ /^%%BoundingBox:(?!\s+\(atend\))/io) > > Yes, this seems to be good. > > But how is texutil used in this situation? with texutil --figures gre

Re: [NTG-context] %%BoundingBox: (atend)

2004-06-02 Thread Peter Münster
On Wed, 2 Jun 2004, Taco Hoekwater wrote: > + { if ($SomeLine =~ /^%%BoundingBox:(?!\s+\(atend\))/io) Yes, this seems to be good. But how is texutil used in this situation? I've tried "texexec test" and "texexec --texutil test", but texutil is never called. test.tex is a file wi

Re: [NTG-context] %%BoundingBox: (atend)

2004-06-02 Thread Taco Hoekwater
Hi, A one-line patch to texutil.pl is enough to handle most cases of (atend). The method is far from waterproof, but neither is a Korn Shell script, and the added complexity to texutil.pl is neglible. Greetings, Taco --- texutil.pl.org 2004-06-02 15:36:03.610266871 +0200 +++ texutil.pl 2

Re: [NTG-context] %%BoundingBox: (atend)

2004-06-02 Thread George N. White III
On Tue, 1 Jun 2004, Hans Hagen wrote: 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) [...] If not, I'm going to write a script, that converts the file.

Re: [NTG-context] %%BoundingBox: (atend)

2004-06-01 Thread Hans Hagen
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

[NTG-context] %%BoundingBox: (atend)

2004-05-30 Thread Peter Münster
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 \externalfi