General ⇒ Latex Graphics: Unable to place figure in Latex Doc
Re: Latex Graphics: Unable to place figure in Latex Doc
Ah well my problem was solved by using *.eps figures and compiling with "latex" instead by "pdflatex". And instead of "includegraphics" i used "epsfig" and used package "usepackage[dvips]{epsfig}".
Thanks,
Pankaj
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Latex Graphics: Unable to place figure in Latex Doc
the image you attached is not in png format, it's a jpg picture, that may have caused a problem.
Stefan
Re: Latex Graphics: Unable to place figure in Latex Doc
But still a *.jpeg file should get compiled with pdflatex. Its only *.eps that pdflatex doesnt accept.
Well you see i have presently given up on this and take on to "latex" and *.eps for present and it works fine. As they say, there is always more than one way to do a single thing

Anyways thanks a lot Stefan
Cheers,
Pankaj