im getting some problems when try to include graphics to my document, im using LED and the image i want to include is a jpg
i'm pretty new so any help would be appreciated here is my code and the errors i get:
Code: Select all
\documentclass[draft]{article}
\usepackage{graphicx}
\begin{document}
\section{social}
some text...
\subsection{statistics}
more text...
\begin{figure}
\includegraphics[scale=0.5]{statistics.jpg}
\end{figure}
\end{document}
cannot determine size of graphics statistic.jpg.
here is the figure i'm trying to put in the doc.
Thanks in advance.