I have a problem with images not showing up. The latex recognises them (see screenshot) but doesn't generate them to pdf document. They are in the same folder. I tried including image extensions and with the part that is commented. The images are .png.
Here is the code:
\documentclass[12pt,a4paper,draft,pdftex]{article}
\usepackage[pdftex]{graphicx}
\usepackage{mathtools}
\usepackage{amsthm}
\usepackage{amsfonts}
%\graphicspath{name/Dropbox/projectProgramming/graphs/}
\begin{figure}[p]
\centering
\includegraphics[width=\textwidth]{avgP}
\caption{Average}
\end{figure}

avgPfile? – egreg Apr 23 '15 at 12:49draftoption. Thepdftexoption should *never* be passed to either\documentclassorgraphicxanyway. – egreg Apr 23 '15 at 12:58