I have been having a problem writing an article for the Journal of Materials Science. I am using their template and when it comes to figures I get the following result in the text.

I am using the following preamble:
\documentclass[onecolumn,draft]{svjour3}
\usepackage[square,numbers]{natbib}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{color}
\usepackage{siunitx}
\usepackage{graphicx}
\usepackage{epstopdf}
and the figure insertion with the following:
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{figure3a.eps}
\caption{example}
\label{fig:4}
\end{figure}
I am not getting any errors and the converted pdf file looks ok but nothing displays in the text except from what you see in the figure. Can anyone help me with this? Has anyone stumbled on this problem before?
Cheers
draftoption or type\usepackage[final]{graphicx}. See http://tex.stackexchange.com/questions/49277/what-does-the-draft-mode-change – egreg Mar 01 '15 at 22:46