General ⇒ Need help including images (already in .eps format)
Need help including images (already in .eps format)
I have a copy of the image in both .eps and .ps format but I'm not really sure where to go from there. Do I need to use a package or what? I tried just using \includegraphics{picture.eps} but I got an error. I need to have this document done pretty soon too. Thanks for any help you can provide.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Need help including images (already in .eps format)
Hi,
Stefan
it would help if you would tell us the error message. Without that message I just can give general advice: load the graphicx package (by \usepackage) and compile by latex, not by pdflatex.Blkmage wrote:I tried just using \includegraphics{picture.eps} but I got an error.
Stefan
LaTeX.org admin