I'm in the middle of writing a paper, I'm using latex through protext. I have the following problem:
I included a graphics (.eps file) in the following way: \usepackage{graphicx} \begin{figure} \centering \includegraphics{eijkel2} \caption{whatever} \label{fig:example} \end{figure ...