I recently got a new laptop and suddenly my images won't show up in existing latex files.
I've got this code:
Code: Select all
\usepackage{graphicx}...\begin{figure}\centering\includegraphics[width=0.8\textwidth,natwidth=915,natheight=663]{test.png}\caption[ ]{test}\label{fig : test}\end{figure}
On the new laptop, I get an empty space. (note: no filename, just an empty image)
I added
\fbox
around it and the outline of the image is correct, it's simply the image that refuses to load...I opened the image and there's nothing wrong with it.
I'm thinking I may have installed something the wrong way. I installed miktex, added all the
graphicx
packages I could find, yet no luck.Any ideas?
Cheers.