I just started working on latex using TeXnicCenter and Miketex 2.90. I've been editing a work of mine all day yesterday and today and its getting along nicely, however I just cannot include graphics.
I reckon the problem must be something very fundamental, since even this:
Code: Select all
\documentclass[final]{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\centering
\includegraphics{C:/Users/......./.jpg}
\label{fig:....}
\end{figure}
\end{document}
Any help greatly appreciated,
Baloo