Tagged Questions
2
votes
1answer
75 views
Vector images rasterized when converting to PDF? (XeTeX)
I've been using LyX with vector images in *.eps format for the longest time. Now I've moved to a new machine (a mac), tried to get the same work environment back, and ran into this problem:
Creating ...
2
votes
0answers
98 views
Missing characters in gnuplot generated eps while compiling pdf
tTis has bug me for a few days: when I import a gnuplot generated eps into my LaTeX file, the characters are always missing. The number and text with in the figure is not complete, for example, it ...
2
votes
3answers
382 views
My .eps images appear to lack resolution, but turn out crisp after compiling my document, what's going on?
I have produced some .eps images of graphs (using the Python matplotlib module) and they look very shoddy, e.g. the crosshatching looks like a very rough plaid, but when I compile my document with ...
4
votes
1answer
223 views
Font issue when including EPS from Metapost into XeLaTeX
I've run into strange problems with fonts in figures included in XeLaTeX document. I have figures generated from Metapost sources with rotated math labels. When I include resulting EPS into document ...
2
votes
1answer
750 views
XeTeX and graphicx: characters missing in .eps
I'm trying to include an .eps in a XeTeX file I am working on. The eps file contains an image and some painstakingly-spaced text labels. For some reason, however, some of the characters in the text do ...
6
votes
2answers
2k views
How do I include eps files using XeLaTeX?
According to everything I can find on Google, eps files in xelatex should work out-of-the-box. But that's not what I'm seeing (using TeX Live 2010 on Arch Linux). Consider the following simple input:
...