|
From: Stéphane T. <ste...@gm...> - 2011-02-01 22:40:23
|
Hi Dieter, Thanks a lot for your suggestions. I already tried the encoding trick and it did not work out. Changing postscript instead of eps gives the same odd character substitutions (e.g., for spaces and commas). As you suggested I have also tried to generate pdf with gs. I get the following log, which I do not really understand: GPL Ghostscript 8.71 (2010-02-10) Copyright (C) 2010 Artifex Software, Inc. All rights reserved. This software comes with NO WARRANTY: see the file PUBLIC for details. Loading StandardSymL font from %rom%Resource/Font/StandardSymL... 2770636 1219980 2210916 924585 2 done. Why is it trying to load SymL fonts ? Another possibility could be that the AMS font transformation pfb to pfa does not work properly (gnuplot does it automatically) but I don't know how I could figure that out. regards, Stéphane. Le 1 févr. 2011 à 21:14, Dr. Ing. Dieter Jurzitza a écrit : > Hi Stephane, > just guessing in the dark ... have you tried to fiddle around with the command > > set encoding XXX > > in gnuplot where encoding is something like utf8, iso8859 ... > > I am not sure about that - only an idea. > > Have you tried to create postscript rather than eps? Does this yield the same > results? > > The next step would be to create the pdf "by hand" for testing: > > gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=myfile.pdf myfile.ps > > (replace "myfile" accordingly ...) > > This command should print out messages about what is happening - I.e. if a > font would not be found, this ought to be signaled. > > Hope this helps, > take care > > > > Dieter > > Am Dienstag, 1. Februar 2011, 14:48:09 schrieb Stéphane Turlier: >> Hi, >> >> I am using Euler AMS fonts with a postscript terminal and I generate an >> .eps with it. (I am using the euler pfb fonts from AMS website: > **************** > > -- > ----------------------------------------------------------- > > | > \ > /\_/\ | > | ~x~ |/-----\ / > \ /- \_/ > ^^__ _ / _ ____ / > <°°__ \- \_/ | |/ | | > || || _| _| _| _| > > if you really want to see the pictures above - use some font > with constant spacing like courier! :-) > ----------------------------------------------------------- > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info |