I compile my LaTeX code as LaTeX ,it give an error Error: LaTeX Error: Cannot determine size of graphic in scope.jpg (no BoundingBox). If I compile as PdfLateX not errors...i need my output as a PDF...what is a solution for that?
I add figures using,
\begin{figure}[ht]
\begin{center}
\includegraphics[width=2cm,height=2.5cm]{scope.jpg}
\end{center}
\begin{center}
\caption[sss]{sss}
\end{center}
\end{figure}
pdflatex;latexcan't load JPEG files. – egreg Mar 08 '13 at 18:43