Graphics, Figures & Tables"LaTeX -> PDF" Compilation with EPS Graphics Files

Information and discussion about graphics, figures & tables in LaTeX documents.
giant30
Posts: 13
Joined: Tue Feb 28, 2012 11:59 am

"LaTeX -> PDF" Compilation with EPS Graphics Files

Post by giant30 »

Stefan_K wrote:Hi Sam,

check the .log file what happened, check how the other figures differ. Perhaps try

Code: Select all

epstopdf filename.eps
at the command prompt, for testing if it works at all. You could also post the .log file here as attachment.

Stefan
dear stefan,
I also tried to use command prompt to convert some of the .eps figures that didn't convert directly. they were converted with out any problem using

Code: Select all

epstopdf filename.eps
, i use the same file name and directory, it was very fine.. but i dun know why could not make it using pdflatex with epstopdf.
I attached the .log file, looking forward to get your help,
regards,
sam,
Attachments
wissam_thesis.log
(81.74 KiB) Downloaded 229 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10350
Joined: Mon Mar 10, 2008 9:44 pm

"LaTeX -> PDF" Compilation with EPS Graphics Files

Post by Stefan Kottwitz »

In the .log file I can see that there are problems with file names and extenstions, respectively:

Code: Select all

! LaTeX Error: Unknown graphics extension: .5_p2_0.5_00.eps.
! LaTeX Error: Unknown graphics extension: .25_p2_0.25_00.eps.
! LaTeX Error: Unknown graphics extension: .25_p2_0.75_00.eps.
...
You could rename the files without using dots in the file name.

Stefan
LaTeX.org admin
giant30
Posts: 13
Joined: Tue Feb 28, 2012 11:59 am

Re: "LaTeX -> PDF" Compilation with EPS Graphics Files

Post by giant30 »

Dear Stefan,
I think i found the problem, it was with the names of .eps figure that i saved. I wrongly named it by a name has dots "." like:
kernel_p1_0.75_p2_0.75_12.eps
which was not accepted by pdflatex. I will try to rename all of it and let you know ASAP.
Thanks for the great hint from you...

best regards

sam..
giant30
Posts: 13
Joined: Tue Feb 28, 2012 11:59 am

"LaTeX -> PDF" Compilation with EPS Graphics Files

Post by giant30 »

Stefan_K wrote:In the .log file I can see that there are problems with file names and extenstions, respectively:

Code: Select all

! LaTeX Error: Unknown graphics extension: .5_p2_0.5_00.eps.
! LaTeX Error: Unknown graphics extension: .25_p2_0.25_00.eps.
! LaTeX Error: Unknown graphics extension: .25_p2_0.75_00.eps.
...
You could rename the files without using dots in the file name.

Stefan
yahooooooooo, you're so fast and smart.. I just sent my reply there..

many thanks
god bless..

sam..
Post Reply