Hi Folks,
I got an email from someone experiencing problems when trying to view
(or convert to PDF) de_UserGuide.ps (I offer the PS-files on my WWW-page).
It turned out that the trouble stems from the included EPS-figures:
They contain the line
%%Begin Data:
without further parameters, which both the NT Ghostscript and Acrobat
Destiller did not like. He manually edited the PostScript source to
%%BeginData: <Number> Hex Lines
with the following values for <Number>:
mobius.eps 450
escher-lsd.eps 2571
platypus.eps 4212
I don't know whether ImageMagick (which was obviously used to write the
eps files) creates wrong eps or the NT-programs are too picky.
I edited the eps-files to include the above change and checked that it
still works here (Linux, GhostScript 5.50, gv 3.5.8).
Maybe someone knows better which is the correct PostScript. Anyhow, I
include the small patch here, in case you want to apply it.
Cheers,
Pit
--------------
--- mobius.eps~ Fri Jun 1 13:10:03 2001
+++ mobius.eps Tue Jul 3 14:59:42 2001
@@ -265,7 +265,7 @@
%%Page: 1 1
%%PageBoundingBox: 0 0 367 158
userdict begin
-%%BeginData:
+%%BeginData: 450 Hex Lines
DisplayImage
0 0
368 147
--- escher-lsd.eps~ Fri Jun 1 13:10:03 2001
+++ escher-lsd.eps Tue Jul 3 15:00:38 2001
@@ -265,7 +265,7 @@
%%Page: 1 1
%%PageBoundingBox: 0 0 198 203
userdict begin
-%%BeginData:
+%%BeginData: 2571 Hex Lines
DisplayImage
0 0
199 192
--- platypus.eps~ Fri Jun 1 13:10:03 2001
+++ platypus.eps Tue Jul 3 15:00:56 2001
@@ -265,7 +265,7 @@
%%Page: 1 1
%%PageBoundingBox: 0 0 434 332
userdict begin
-%%BeginData:
+%%BeginData: 4212 Hex Lines
DisplayImage
0 0
435 321
-----------------------------
--
Peter "Pit" Suetterlin http://www.uni-sw.gwdg.de/~pit
Universitaets-Sternwarte Goettingen
Tel.: +49 551 39-5048 [EMAIL PROTECTED]