I am using PDFLaTeX to compile a document. Until now it was working fine, but suddenly it stopped recognizing any graphics extension.
Code: Select all
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}[h]
\includegraphics[width=0.3\linewidth]{anusha.jpg }
\end{figure}
\end{document}
Code: Select all
! LaTeX Error: Unknown graphics extension: .jpg .
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.192 ...raphics[width=0.3\linewidth]{anusha.jpg }
?
What is happening?
Thank you for your attention!