I'm having some issues with inserting figures using the Beamer class. Mainly, the problem is that a pdf file won't compile and there's an error message saying that there's missing information. I placed the images (which are pdf files) in the same folder as the Latex for the beamer-class document but nothing comes up. Here's the code I used. Can someone tell me where I went wrong?
Code: Select all
\begin{frame}
\frametitle{Figure 2: Schizophrenia Trial}
\begin{center}
\begin{figure}
$$\includegraphics[width=4.94in,height=3.99in]{schizophrenia-plot.pdf}$$
\end{figure}
\end{center}
\end{frame}
attached is a pdf of what the figure looks like.