Graphics, Figures & TablesBeginner

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
jordan2009
Posts: 1
Joined: Mon Nov 09, 2009 4:53 am

Beginner

Post by jordan2009 »

Hello,

I am new to using LaTeX. I am trying to include jpeg and tif files into TeXShop, but I can't seem to do it. I've tried looking through the manuals and online FAQs, but nothing seems to help. At its basic level, how can I import a jpeg into LaTeX?

Thanks.

Recommended reading 2024:

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

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

magicmoose
Posts: 90
Joined: Fri Nov 06, 2009 7:29 am

Re: Beginner

Post by magicmoose »

You can't put jpg files into LateX documents because jpg's have no size information about them, so LaTeX doesn't know how big the picture is. You will need to convert the image into a different format, i.e. png or eps and then try.

Hope that helps
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Beginner

Post by frabjous »

Actually you can include a .jpg with LaTeX if you compile with pdflatex.

For a .tif, I would first convert it to another format; converting .tif to .pdf is pretty routine, and then include it.

Here's a good site to get you started with this topic:
http://en.wikibooks.org/wiki/LaTeX/Importing_Graphics
Post Reply