Possible Duplicate:
How to include SVG diagrams in LaTeX?
Is there a way to include svg figures directly into LaTeX? This is my current way to include eps file:
\clearpage
\begin{figure*}
\psfig{figure=187947.fig.001.eps}
\caption{} \label{fig:1}
\end{figure*}
\clearpage \begin{figure*} \psfig{figure=187947.fig.001.eps} \caption{} \label{fig:1} \end{figure*}– hala_zzz Mar 25 '12 at 11:56\psfigcommand has been obsolete from many years. – egreg Mar 25 '12 at 12:50