3
votes
1answer
99 views

Font embedding problem with EPS figures in LaTeX

I have an EPS figure generated by Microsoft Visio with PDFCreator. I want to add this EPS figure to my document using pdflatex by declaring \usepackage{epstopdf} but the fonts in the EPS figure are ...
2
votes
1answer
76 views

psfragify? Aka problem with EPS and pdfLaTeX

If I want to include a .eps image and yet use pdfLaTeX, I can do so using epstopdf (manually called, automated in TL2010+, using the package). However, as far as I know, all these options are ...
2
votes
0answers
222 views

MikTex Portable + Texmaker not supporting EPS [duplicate]

Keep in mind, I am a beginner to LaTeX in general and not skilled in command lines. MiKTeX Portable and TeXmaker are installed on my portable drive. TeXmaker has been properly configured to use ...
1
vote
0answers
88 views

pdfpages package kills my figures!

I'm using the pdfpages package to include a pre-existing pdf into the document I'm compiling. When I don't use the package, the rest of my document compiles beautifully as either a .dvi or .pdf. When ...
2
votes
1answer
388 views

xy-eps-converted-to.pdf not found - wrong filename?

I'm trying to include an EPS file into a PDF file using MikTex 2.9 under Windows 8. Everything else LaTex related works like a charm. pdflatex keeps complaining about a missing ...
2
votes
1answer
148 views

epstopdf suddenly stopped working

I'm trying to compile some .tex files in WinEdt 7 with pdfLaTeX using MikTex 2.9. I have a lot of eps figures and was previously using epstopdf in the preamble without any problems. But for some ...
6
votes
1answer
2k views

Image quality using PDFLaTeX

I've got some PNG images within my LaTeX document. The quality of the image files is sufficient and the result using LaTeX and viewing the resulting DVI file is quite what I expect - looks good. But ...
4
votes
1answer
1k views

How do I get the gnuplottex/epstopdf package to work with “-output-dir” and “-aux-dir” option?

I can't seem to get the gnuplottex package to work with my preferred compile options. This is a (not too) minimal example of what I mean: \documentclass[a4paper,10pt]{scrreprt} % ...
5
votes
2answers
6k views

Insert eps graphics with graphicx (file not found)

When I run Andrew Robert's import.tex in MikTeX I get an error message saying that the image file is not found: ! LaTeX Error: File `chick' not found. See the LaTeX manual or LaTeX Companion for ...
5
votes
1answer
6k views

epstopdf warning: “Shell escape feature is not enabled.”

I'm having a bit of trouble trying to include .eps files in a LaTeX document compiled with pdfLaTeX. I've been told that I should use the epstopdf package to convert .eps files to .pdf on the fly. ...
0
votes
0answers
393 views

How to use \graphicspath + epstopdf OR \graphicspath + latex => ps => pdf [closed]

Background: I am using MikTek and TeXnicCenter. Since I am using Windows, I have to deal with folders whose names have spaces, such as C:/Documents and Settings/... and I use ...