i am trying to add a figure using graphix package, i first convert it to eps (originally bmp) then add it using the following command:
Code: Select all
\begin{figure}[!h]
\centering
\includegraphics[scale=0.7,keepaspectratio]{Images/chp2/Nasiri_Pack2.eps}
\caption{Nasiri Fabrication Platform; CMOS-MEMS Structure}
\label{fig2_nasiri}
\end{figure}
attached is the original figure and the eps file and the output pdf.