Graphics, Figures & TablesBest Practice way to have images in a LaTeX document

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
cbeberge
Posts: 10
Joined: Sat Mar 13, 2010 3:03 pm

Best Practice way to have images in a LaTeX document

Post by cbeberge »

Hi

I can’t really get an answare when googling this, which image file format is easiest to implement in a LaTeX document?

Recommended reading 2024:

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

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

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

Re: Best Practice way to have images in a LaTeX document

Post by localghost »

That depends on the compiler engine you are using. Search the forum for »graphics format« to get suitable results.


Best regards
Thorsten
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Best Practice way to have images in a LaTeX document

Post by josephwright »

If you use LaTeX (DVI -> EPS -> PDF) then you want EPS graphics. For PDFLaTeX, PDF or PNG files can be included natively. Everything else needs to be converted. I tend to have an EPS and PDF version of each graphic, so both routes work with

Code: Select all

\inlcudegraphics{file-name}
(i.e. I don't include the extension)
Joseph Wright
Post Reply