I was trying to include some .ps and .eps files using the ps fig package. I used like this,
Code:
\begin{figure}
\centerline{
\psfig{figure=lpdec.eps,width=10.0cm}}
\caption{Laplacian Pyramid decomposition}
\label{laplacian}
\end{figure}
The latex compiler doesnt show any error message. But the figure is not seen while viewing the .dvi and .pdf files...
I dont understand the problem. The command i used to compile was
Code:
latex fine_name.tex
Can anyone help me. I really need it. Most of my figures are .ps files.
Thank you