2
votes
1answer
73 views

LaTeX compiles but not pdfLaTeX [duplicate]

I have a "project", which has a main.tex in Main folder, and in Main folder, there are subfolders called tex and fig. In fig folder, there is a logo.eps file. In tex folder, there is a content.tex ...
5
votes
1answer
114 views

“shell escape” is not enabled - chemscheme/chemstyle

I am having issues with -shell-escape. I do not know really what this is, and how to apply it. Furthermore, I have read elsewhere that I is possibly dangerous to summon this command. Any help would be ...
3
votes
1answer
96 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 ...
0
votes
0answers
14 views

Pdf not generating after attaching figures in PdfteXt [duplicate]

I am using scientific Linux 6.3 and pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) and elsarticle document class. I have to attach figures and iam doing it as, %%%%%%%%%%%%%%% begin figure 1 ...
0
votes
0answers
42 views

eps and png in LaTeX [duplicate]

I am writing a report and some of the figures I want to include are in .png format, while some others are in .eps format. In the first part of the report, I only used the figures with the .png format ...
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 ...
0
votes
0answers
77 views

Figures disappear in pdflatex! [duplicate]

Possible Duplicate: Why can’t pdflatex print EPS figures? I am using pdfLaTeX, and i need urgent help: When i add \usepackage[dvips]{color}, all my eps format figures disappear, go blank! ...
1
vote
1answer
230 views

Can't use .eps instead of .jpg or .png [duplicate]

Possible Duplicate: Insert eps graphics with graphicx (file not found) I'm trying to follow the tutorial on this website (link). I can typeset the cover letter example with a .jpg, but not ...
2
votes
1answer
285 views

Need Latex compilation for only some eps files, want rest as precompiled pdfs or png

I am using the chemscheme package and in order to replace numbering in these schemes I have in my document, I need to compile those eps files with latex, then dvips, and finally ps2pdf. However, I ...
0
votes
1answer
485 views

Add Latex font for figure labels, legends and equation annotations with .png and .eps figures

For exporting eps figures from Matlab i use matlabfrag and laprint functions so that i split the psfrag commands (.tex) and figure(.eps) streams. During the compilation using pstool or auto-pst-pdf ...
1
vote
1answer
710 views

Picture not found in moderncv class

I try to compile the following simple template with pdflatex: \documentclass[11pt,a4paper]{moderncv} \moderncvtheme[red]{casual} \title{your Curriculum Vitae title} \firstname{Name} ...
1
vote
2answers
998 views

Why is LyX trying to convert every image into eps?

I am trying to insert an image into my document. I tried following formats: PNG, JPG, PDF, SVG (using inkscape) and BMP. No matter what I do I get following error: LaTeX Error: Unknown graphics ...
7
votes
2answers
5k views

TeXLive 2011: pdfLaTeX does not convert eps to pdf for eps files in subdirectories

As from 2010, TexLive has been converting .eps files directly to pdf file if the compilation is done with PDFLaTeX. Thus a file named coilsans.eps will be automatically be converted to a file named ...
11
votes
3answers
6k views

eps figures with pdflatex

In a recent discussion on this site I learned that using \usepackage[pdf]{pstricks} makes it possible to run pdflatex on files containing eps and pstricks files (and psfrag usage as well). Now a ...
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 ...
3
votes
2answers
22k views

Latex error. Unknown graphics extension: eps [duplicate]

Possible Duplicate: I encountered an 'errorUnknown graphics extension: .eps.' I have the error like in the title. I found some pages on the web with a solution to this problem. They ...
0
votes
0answers
390 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 ...
3
votes
2answers
2k views

includegraphics choosing pdf instead of eps [closed]

I previously posted this on stackoverflow.com where it was suggested that I post it here. So apologies in advance for cross-posting. I am using LaTeX in ubuntu 10.04 to build a TeX file that uses ...
3
votes
1answer
564 views

Gnuplot subdirectory not found using epstopdf

I'm moving from the gnuplot latex terminal, to the epslatex terminal. I use pdflatex. With the epslatex terminal, I receive two output files, a .tex and a .eps. I can use epstopdf to convert the eps ...
32
votes
6answers
3k views

Which figure type to use: pdf or eps?

Both are vector graphics (typically) and both can be imported painlessly into a pdflatex document (so let's say we ignore dvi for this question). What are the advantages and disadvantages of each? ...
34
votes
5answers
14k views

Why can't pdflatex print EPS figures?

The images in my paper are in EPS format. If I execute pdflatex to get a PDF version of my paper, the figures won't appear. I have to typeset using the latex command, and then convert the DVI file to ...