01.02.2014 Views

GNUPlot Manual

GNUPlot Manual

GNUPlot Manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

36 SET-SHOW gnuplot 4.0 129<br />

in program call does not work correctly you can specify how this program is called by defining the<br />

environment variable GNUPLOT PFBTOPFA e.g. to "pfbtops %s". The %s will be repeated by the<br />

font file name and thus has to exist in the string. If you don’t want to do the conversion on the fly but<br />

get a pfa file of the font you can use the tool "pfb2pfa" which is written in simple c and should compile<br />

with any c compiler. It is available from many ftp servers, e.g.<br />

ftp://ftp.dante.de/tex-archive/fonts/utilities/ps2mf/<br />

In fact, "pfbtopfa" and "pfb2ps" do the same job. "pfbtopfa" puts the resulting pfa code into a file,<br />

whereas "pfbtops" writes it to standard output.<br />

TrueType fonts are converted into Type 1 pfa format, e.g. by using the tool "ttf2pt1" which is available<br />

from<br />

http://ttf2pt1.sourceforge.net/<br />

If the builtin conversion does not work, the conversion command can be changed by the environment<br />

variable GNUPLOT TTFTOPFA. For usage with ttf2pt1 it may be set to "ttf2pt1 -a -e -W 0 %s - ".<br />

Here again, %s stands for the file name.<br />

For special purposes you also can use a pipe (if available for your operating system). Therefore you start<br />

the file name definition with the character "

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!