Code: Select all
\begin{figure}
\centering
\begin{subfigure}[b]{0.3\textwidth}
\centering
\includegraphics[width=\textwidth,height=\textheight,keepaspectratio]{r2_pdf_22.eps}
\caption{Probability density function for r2}
\label{fig:pdfr2}
\end{subfigure}
\end{figure}
I am getting this error message.
Code: Select all
! LaTeX Error: Cannot determine size of graphic in
r2_pdf_22.eps (no BoundingBox).
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.274 ...extheight,keepaspectratio]{r2_pdf_22.eps}
Can anyone help?
Thanks