Possible Duplicate:
How to avoid showing the filename when using graphicx?
So I'm using the \includegraphics command to put a PDF image of a table into my LaTeX file here, but this pesky "filename".pdf caption comes up with the image and I can't figure out how to get rid of it. Here's my code:
\addtolength{\voffset}{80pt}
\oddsidemargin=1cm
\begin{landscape}
\begin{table}
\begin{center}
\caption{Short GRB sample data.}
\includegraphics[trim = 10mm 30mm 8mm 30mm, clip,,width=10in]{Short GRB data table3.pdf}
(References included on next page).
\end{center}
\end{table}
\end{landscape}
\newpage
I would post an image if I could, but apparently I can't as a new poster. Help is much appreciated, thanks.