Hi to everybody!, although I'm new in the latex world, I know this is a very simple problem, but the point is that every single example that I've read in different tutorials about this subject doesn't work for me.
I'm just trying to show up a picture. These are the latex sentences used (copied from a tutorial example).
Code: Select all
\begin{figure}
\begin{center}
\includegraphics[width=4cm, bb=0 0 640 480]{image1.jpg}
\end{center}
\end{figure}
So far the other examples that I've tried have worked fine (tables, math formulas etc.) In this case I'm sure that image1.jpg is in the same directory of the latex source file, ... the compiler doesn't produce no error (I'm using Texmaker for Linux) what is shown is just an small box with the word "image1.jpg" inside.
Before posting to this forum I've tried different options, but nothing worked. Could you help me to solve this quite simple problem?
Thanks in advance.