Graphics, Figures & Tablesimporting eps into latex

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
afa0011
Posts: 8
Joined: Mon Sep 24, 2018 6:18 pm

importing eps into latex

Post by afa0011 »

Hello Everyone,

I want to import an .eps figure to a LaTex doccument. In this purpose I use following packages:

\usepackage{graphicx}
\usepackage{epstopdf}

but, ....-eps-converted-to.pdf file is complately emppty, so the image doen't show up at doccument.
Do you have anny idea what could possibly have gone wrong?
Attachments
impact-eps-converted-to.pdf
(2.18 KiB) Downloaded 225 times

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10334
Joined: Mon Mar 10, 2008 9:44 pm

importing eps into latex

Post by Stefan Kottwitz »

Hi,

can you please post the .log file, as attachment here? The "Attachments" link is below the text edit field, when writing a post.

Btw. you could convert the .eps file manually to PDF via the epstopdf tool and than include that PDF file.

Stefan
LaTeX.org admin
afa0011
Posts: 8
Joined: Mon Sep 24, 2018 6:18 pm

importing eps into latex

Post by afa0011 »

thanks for your reply. I see many of missing caharacter errors like seen blow. I created all figures by Adobe Ilustraror and saved them as .eps. I belive I might have done something wrong while saving this figures, but honestly no idea what it is. I also attached the log file.

bests,

Ahmet

[3]
Package epstopdf Info: Source file: <impact.eps>
(epstopdf) date: 2018-09-24 12:57:45
(epstopdf) size: 2061990 bytes
(epstopdf) Output file: <impact-eps-converted-to.pdf>
(epstopdf) date: 2018-09-24 12:58:22
(epstopdf) size: 2231 bytes
(epstopdf) Command: <epstopdf --outfile=impact-eps-converted-to.pdf
impact.eps>
(epstopdf) \includegraphics on input line 172.
Package epstopdf Info: Output file is already uptodate.
<impact-eps-converted-to.pdf, id=51, 597.23125pt x 845.1575pt>
File: impact-eps-converted-to.pdf Graphic file (type pdf)
<use impact-eps-converted-to.pdf>
Package pdftex.def Info: impact-eps-converted-to.pdf used on input line 172.
(pdftex.def) Requested size: 28.45274pt x 40.26146pt.
[4 <./impact-eps-converted-to.pdf>]
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
[5

]
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
Missing character: There is no � in font ptmr7t!
[6] (Ahmet_Thesis.aux)

LaTeX Warning: There were undefined references.
Attachments
Ahmet_Thesis.log
(28.73 KiB) Downloaded 241 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10334
Joined: Mon Mar 10, 2008 9:44 pm

importing eps into latex

Post by Stefan Kottwitz »

Hi,
afa0011 wrote:I see many of missing caharacter errors like seen blow.
I guess you don't use the proper input encoding. Try adding

\usepackage[utf8]{inputenc}

if you use utf8 (Linux, modern Mac, some modern Windows editors) or another option that matches (such as latin1 on Windows).

Stefan
LaTeX.org admin
User avatar
Stefan Kottwitz
Site Admin
Posts: 10334
Joined: Mon Mar 10, 2008 9:44 pm

importing eps into latex

Post by Stefan Kottwitz »

You could also post the .eps file here as attachment, for checking and testing it.

Stefan
LaTeX.org admin
afa0011
Posts: 8
Joined: Mon Sep 24, 2018 6:18 pm

importing eps into latex

Post by afa0011 »

Thanks,

\usepackage[utf8]{inputenc} didn't worked.
I tried to upload the .eps file, but apperently it's too large.
Last edited by afa0011 on Wed Sep 26, 2018 7:13 pm, edited 1 time in total.
afa0011
Posts: 8
Joined: Mon Sep 24, 2018 6:18 pm

importing eps into latex

Post by afa0011 »

Stefan,

I figured it out!!
I just simplly set preview format to 'None' for save options and it worked. Thanks for your help.

Ahmet

Newww.JPG
Newww.JPG (95.18 KiB) Viewed 5695 times
Post Reply