Search found 1 match

by EndlessImpasse
Wed Jul 21, 2010 5:52 am
Forum: Graphics, Figures & Tables
Topic: pdflatex compiles but .jpg images do not appear
Replies: 2
Views: 3501

pdflatex compiles but .jpg images do not appear

Hello,

I am trying to compile a .tex file with a .jpg image to .pdf. I am using WinEdt with MiKTeX and viewing the .pdf file in Acrobat 9.2, running Windows 7. I include the graphics using the simple command:

\begin{figure}[t]
\centering
\includegraphics[width=2.875in]{mainplot.jpg}
\label{fig ...