I've noticed other people have had similar problems, but although I've spent quite some time searching, I haven't found anything that could actually help me. So now I resort to you guys!
I'm using the graphicx-package and latex=>pdf with TeXnicCenter in windows xp. This is what my document looks like:
Code: Select all
\documentclass[a4paper,12pt,draft,oneside]{report}
\usepackage[swedish]{babel}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\begin{document}
\includegraphics[width=4in]{diagram.jpg}
\end{document}
Any ideas?
I guess a good start might be to check the .log file, but I haven't understood where to find that file?:S It's not in the same folder as the .tex file and image?
Best regards,
Alfred