I am new to this forum, so I'd like to say hi and introduce myself. My name is David and I am a graduate student in math. I am having some trouble getting my latex code to run and I was hoping you could help me.
My preamble contains the following packages.
Code: Select all
\usepackage{abthesis,amsmath,amsfonts,amssymb}
\usepackage{statapa,verbatim}
\usepackage{times,epsfig,epsf}
\usepackage{amsfonts,latexsym,pstricks}
\usepackage{graphics,epstopdf}
\usepackage{graphicx,color}
Code: Select all
\begin{figure}[htp]
\begin{center}
\includegraphics[scale=0.6]{isomorphic.eps}
\end{center}
\caption[Fig 2]{Figure illustrating the three Hilbert spaces of primary importance along with the congruence relations between each space.}\label{Congruence Graph}
\end{figure}