Graphics, Figures & Tables ⇒ importing eps into latex
importing eps into latex
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 226 times
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: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
importing eps into latex
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
importing eps into latex
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
importing eps into latex
I guess you don't use the proper input encoding. Try addingafa0011 wrote:I see many of missing caharacter errors like seen blow.
\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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
importing eps into latex
Stefan
importing eps into latex
\usepackage[utf8]{inputenc} didn't worked.
I tried to upload the .eps file, but apperently it's too large.
importing eps into latex
I figured it out!!
I just simplly set preview format to 'None' for save options and it worked. Thanks for your help.
Ahmet