Im a novice user and
I need to include a pdf graphics in Latex. I used the following code:
\documentclass[a4paper,12pt]{article}
\usepackage[dvips]{graphics}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage{psfrag}
\begin{document}
\begin{figure}
\includegraphics{a.pdf}
\caption{picture}
\label{myfig}
\end{figure}
\end{document}
I am getting a blank space for the figure in my DVI output page.
and i got no result in any format.
Just being curious, do i need to include the location where i store all my pdf graphics in my Latex commands?
They gave me this error message:
LaTex error: Cannot determine the size of graphics in a.pdf (no Boundingbox)
urgently need help..can someone please help me with this?
