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:
Code: Select all
\begin{figure}[t]
\centering
\includegraphics[width=2.875in]{mainplot.jpg}
\label{fig:mainplot}
\end{figure}
Code: Select all
\documentclass[twoside,11pt]{article}
\usepackage{epsfig}
\usepackage{amssymb}
\usepackage{graphicx}
Has anybody ever had this problem with .jpg figures being displayed as gray boxes? Is there anything you could suggest to me?
Thanks,
EI