>From xfig, export your fig as "encapsulated postscript" this will give you
a .eps (say myfig.eps) file then you can:
before your \begin{document} use \usepackage{graphics}
\begin{figure}
\rotatebox{90}{\scalebox{0.5}{\includegraphics{myfig.eps}}}
\caption{blah blah}
\label{myfig}
\end{figure}
>From xfig, export your fig as "encapsulated postscript" this will give you
a .eps (say myfig.eps) file then you can:
before your \begin{document} use \usepackage{graphics}
\begin{figure}
\rotatebox{90}{\scalebox{0.5}{\includegraphics{myfig.eps}}}
\caption{blah blah}
\label{myfig}
\end{figure}
2 matches
Mail list logo