|
From: Arham A. <erh...@ya...> - 2016-12-26 11:30:43
|
Hello I am using epslatex terminal of gnuplot in standalone mode to make plots. As you know, this terminal produces a .tex file (containing all texts to be shown on plot) as well as an .eps file. (Let's call them plot.tex & plot.eps). Then I run the following commands:latex plot.tex dvips -E -o finalplot.eps plot.dviThis produces the file finalplot.eps, which I use in my main .tex document. Now, the problem is that, after converting to .pdf using PdfLaTeX, especially when I zoom in, I notice that the quality of the text inside the plot is not as good as the quality of the other texts in the document. It seems as if the text inside the plot is rendered without anti-aliasing. What can I do to improve its quality? I also have another question: How can I be sure that all the fonts are embedded in the .eps file? (This may be important because the main .tex file will finally be rendered on another system by someone else.) Thanks in advance, and sorry if my English isn't quite good. :-) |