[Tex/LaTex] Figure not showing up in siamltex document class

epstopdfgraphics

I am working to submit to a SIAM journal and am trying to add a figure. The latex file compiles but the pdf output is blank. Here is a MWE.

\documentclass[final,leqno,onefignum,onetabnum]{siamltex1213}

\usepackage{graphicx,epsfig,subfig}

\begin{document}

\begin{figure}
\includegraphics{test.eps}
\end{figure}

\end{document}

Any help would be appreciated!

Best Answer

the class file loads graphicx and hyperef with explicit dvips options, so the intent is to use latex, dvips, ps2pdf to obtain PDF, not use pdflatex.