Graphics, Figures & Tablesissue with .eps file import

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
pak4458
Posts: 1
Joined: Wed Oct 26, 2016 6:56 pm

issue with .eps file import

Post by pak4458 »

Hi I am using Sharelatex. I am trying to upload .eps file but Its giving me error.
I include \usepackage{graphicx} and \usepackage{epstopdf} package still giving me error on PDF file.
Kindly find the screenshot.
Kindly give me solution
Attachments
Capture.PNG
Capture.PNG (10.31 KiB) Viewed 2703 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

rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

issue with .eps file import

Post by rais »

Hi there,
looks like you're using a draft option---check the option list you're giving \documentclass for "draft", delete it, if found, or post a Infominimal working example, if not.

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

issue with .eps file import

Post by Stefan Kottwitz »

Welcome to the forum!

I think the same as Rainer. It's a draft option, it can be an option to the document class, as Rainer said, or an option to the graphicx package. That can simply be removed or replaced by final.

Stefan
LaTeX.org admin
Post Reply