|
From: jfcarrol <jfc...@ui...> - 2007-08-11 20:49:44
|
Great, it works now. For the journal I am trying to submit to, they have a graphics checker to verify the submitted graphics are in a valid form. It indicates that I need to embed the fonts (times-roman) into the eps file. When I change the command: set term eps enhanced font "Times-Roman,22" to set term eps enhanced font "Times-Roman,22" fontfile '/sw/share/texmf-dist/fonts/type1/urw/times/utmr8a.pfb' running the identical and successful eps output previously now results in a EPSTOOL failure: epstool --test-eps Fig1_TGA.eps DSC Warning At line 1870: %%EndProlog %%BeginProcSet: / %%EndProcSet The number of Begin and End comments do not match. 'OK' or 'Cancel' will ignore this mismatch. "gs" -dNOEPS -dNOPAUSE -dBATCH -dNODISPLAY "/tmp/gsview7mLYEO" Aladdin Ghostscript 6.01 (2000-03-17) Copyright (C) 2000 Aladdin Enterprises, Menlo Park, CA. All rights reserved. This software comes with NO WARRANTY: see the file PUBLIC for details. Loading StandardSymL font from /sw/share/ghostscript/fonts/s050000l.pfb... 1788576 463329 1637348 344504 1 done. EPSWARN PASS "gs" -dNOPAUSE -dBATCH -sDEVICE=bbox -c "<</PageSize [9400 9400] /PageOffset [3000 3000]>> setpagedevice" -f "/tmp/gsviewDaujlw" Aladdin Ghostscript 6.01 (2000-03-17) Copyright (C) 2000 Aladdin Enterprises, Menlo Park, CA. All rights reserved. This software comes with NO WARRANTY: see the file PUBLIC for details. Loading StandardSymL font from /sw/share/ghostscript/fonts/s050000l.pfb... 1811988 486309 1637348 346244 1 done. %%BoundingBox: 3065 3054 3404 3293 %%HiResBoundingBox: 3065.201906 3054.239907 3403.924925 3292.595900 File has %%BoundingBox: 50 50 410 302 Correct is %%BoundingBox: 65 54 404 293 PostScript appears well behaved. File claims to be EPS. FAIL: File does not comply with EPS specification. Failed Again, it looks like the same error I initially posed, but I have followed your recommendations and I can not get this error to disappear and sucessfully embed the fonts into the gnuplot eps output. How you encountered this error before? -- View this message in context: http://www.nabble.com/Attach-preview-for-gnuplot-eps-files-to-be-viewed-in-WORD-tf4242753.html#a12108922 Sent from the Gnuplot - User mailing list archive at Nabble.com. |