
Originally Posted by
Klotz
I'm trying to have a few graphs in my paper and the last part of the filename appears above the graph in the PDF. How do I get rid of this?
Here's the code I'm using:
\usepackage[pdftex]{graphicx}
...
\begin{figure}[h]
\centering
\includegraphics[width=0.60\textwidth]{C:/Documents and Settings/Owner/My Documents/Thesis/alpha.PNG}
\caption{Mass distributions with varying values of alpha}
\label{fig:2}
\end{figure}
I've heard switching to EPS format works, but can anyone send me to a free PNG to EPS convertor that doesn't leave a watermark?