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
Graphics, Figures & Tables ⇒ issue with .eps file import
issue with .eps file import
- Attachments
-
- Capture.PNG (10.31 KiB) Viewed 2754 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

issue with .eps file import
Hi there,
looks like you're using a draft option---check the option list you're giving
minimal working example, if not.
KR
Rainer
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 
KR
Rainer
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
issue with .eps file import
Welcome to the forum!
I think the same as Rainer. It's a
Stefan
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