Search found 3 matches

by icerose
Thu Aug 11, 2011 4:03 pm
Forum: Graphics, Figures & Tables
Topic: EPS and PNG Images in PDF File
Replies: 3
Views: 3432

Re: EPS and PNG Images in PDF File

Ah. I got it. There was problem in the name of the figures.
Thanks Stevan again :D
by icerose
Thu Aug 11, 2011 3:26 pm
Forum: Graphics, Figures & Tables
Topic: EPS and PNG Images in PDF File
Replies: 3
Views: 3432

Re: EPS and PNG Images in PDF File

Thanks Stevan for your prompt reply. I have include
\usepackage{epstopdf} in my tex file and using pdflatex but gives me error: Unknown graphics extension .eps.?
How can i fix it?
by icerose
Thu Aug 11, 2011 1:30 pm
Forum: Graphics, Figures & Tables
Topic: EPS and PNG Images in PDF File
Replies: 3
Views: 3432

EPS and PNG Images in PDF File

Hi,
I have a heavy file with EPS and PNG figures. The below script is an example only for my problem. Here fig2.eps is actually PNG (cp fig2.png fig2.eps) because of that I use the bounding box. I have ran the script in Linux using the commands
latex file.tex
dvipdf file.dvi file.pdf
The problem ...