Valentina Beato wrote:
> I would like to use for my gnuplot graph the same font that I use for
> formula in LateX...In lateX I use the package euler...which font should I
> use for the post term in gnuplot?
Your best option may be not to use the postscript terminal at all. If
the plot is to end up in a LaTeX document, the 'pslatex' or 'epslatex'
driver is generally the better choice. Among others, it lets you use
LaTeX font names, and the full LaTeX syntax, including math symbols, in
the text elements of a plot.
|