LaTeX Efficiently Including PS and JPG Files in Latex: A How-To Guide

  • Thread starter Thread starter ed2288
  • Start date Start date
  • Tags Tags
    files Latex
AI Thread Summary
To include both .ps and .jpg files in a LaTeX document, it is essential to use the \usepackage{graphicx} command. Users often encounter issues with .jpg files due to missing bounding box information, which can be resolved by using a tool like ebb to extract bounding boxes. Converting .jpg files to .eps format is a common workaround, although it may not yield perfect image quality. The discussion highlights the importance of proper file formats and the correct inclusion methods to avoid pixelation and error messages. Resources and examples for importing graphics into LaTeX are also shared, aiding users in troubleshooting their issues effectively.
ed2288
Messages
24
Reaction score
0
Hi everyone,

I was wondering if someone could clarify how to put both .ps and .jpg files in the same latex file.

At the minute I'm having to convert all my .jpgs to .ps using photoshop then compiling my latex file by going Latex->PS->PDF. However all my converted jpgs look all pixelated and frankly pretty rubbish.

*Surely* there must be a way to include both .jpgs and .ps files, people need to do this all the time.

When I try to include jpgs I get error messages saying no Bounding Box. Can anyone help me out?

Thanks
 
Physics news on Phys.org
When you say "include both .jpgs and .ps files" does that mean that you're actually using the \include function? If so, there's your problem: ps is postscript, which LaTeX will include in your actual document (it just so happens that your .ps codes for an image, so things happily chug along).

If so, take a look at some of the examples here:
http://en.wikibooks.org/wiki/LaTeX/Importing_Graphics#Images_as_Figures

Don't forget to \usepackage{graphicx}!

If not, well, I've never run into that particular problem before--can you post the offending code?
 
Just want to post a quick thankyou to contributors in this thread. I've been having problems importing gifs into a pdf via latex and you have fixed my problem(s). I'm just converting jpgs to eps's and following what ed2288 and matlabdude suggest. The resultant image isn't perfect but is fit for purpose. Thanks.
 

Similar threads

Replies
2
Views
6K
Replies
4
Views
5K
Replies
4
Views
42K
Replies
3
Views
2K
Replies
4
Views
4K
Replies
3
Views
13K
Replies
4
Views
3K
Back
Top