Document Classeselsarticle problem

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
atul
Posts: 2
Joined: Wed Nov 19, 2008 5:46 pm

elsarticle problem

Post by atul »

Hi,
I am a new to Latex and this community, but really fascinated by its capabilities and thus have determined not to go back to other word-processors.
But like any other new and cool thing facing problems every now and then.

I am using elsarticle to write my paper and not able to put figure in my article.

For adding figure, I am using

Code: Select all

\begin{figure}
\includegraphics[scale = 0.25]{simp_res_fig.eps}
\end{figure}
What I see on the generated PS file is attached.

So basically I can't see the image. Can someone please help me to figure out why is it so?

thanks,
-Atul
Attachments
nofig.JPG
nofig.JPG (9.41 KiB) Viewed 4817 times

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

elsarticle problem

Post by localghost »

Omit the draft option either in the option list for the document class or the graphicx package. To avoid other issues with graphics files, don't use special characters like blank spaces or underscores in both the path and the name of the file.


Best regards and welcome to the board
Thorsten¹
atul
Posts: 2
Joined: Wed Nov 19, 2008 5:46 pm

Re: elsarticle problem

Post by atul »

Thanks a lot.
Removing "draft" from document class solved the problem :)

-Atul
Post Reply