Hi
I can’t really get an answare when googling this, which image file format is easiest to implement in a LaTeX document?
Graphics, Figures & Tables ⇒ Best Practice way to have images in a LaTeX document
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Best Practice way to have images in a LaTeX document
That depends on the compiler engine you are using. Search the forum for »graphics format« to get suitable results.
Best regards
Thorsten
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Best Practice way to have images in a LaTeX document
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
(i.e. I don't include the extension)
Code: Select all
\inlcudegraphics{file-name}
Joseph Wright