LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   pdfLaTeX - jpeg won't show (https://www.linuxquestions.org/questions/linux-software-2/pdflatex-jpeg-wont-show-173659/)

ashley8 04-23-2004 07:44 AM

pdfLaTeX - jpeg won't show
 
hey there,

I am trying to include .jpg pictures in my latex doument, and then compiling them with pdflatex. unfortunatley, I end up with an empty box in my document, instead of a colourful picture.

this is the latex I used:

...
\usepackage[pdftex]{graphicx}
\begin{document}
...
\includegraphics[width=\textwidth]{myjpeg} %without extension

this should do it, right? what could be wrong?

thnx very much for any suggestions!

* edit: found the solution myself, was very very stupid, so will not be mentioned here...

spariggio82 04-25-2004 04:25 AM

If I'm not wrong you can't insert jpeg files in tour LaTeX document. LaTeX support instead eps (Encapsulated Post Script) format.

You can obtain an eps image by converting your jpeg with Gimp for example.

The syntax is correct I think the problem will be resolved using this hint.


All times are GMT -5. The time now is 11:30 PM.