I am using LaTeX=>PDF to build my pdf. I have included a pdf figure using the following code:
Code: Select all
\begin{figure}[htb]
\centering
\includegraphics[width = 0.95\textwidth]{somefigure.pdf}
\caption{Some figure}
\label{fig:some}
\end{figure}
I tried to use LaTeX=>PS=>PDF, the figures were placed correctly. But I really would like to use LaTeX=>PDF, any ideas about how to solve this problem?
Thanks.