Re: [PLUG] using Xfig with LaTeX

2001-04-25 Thread Jaiwant Mulik
>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}

Re: [PLUG] using Xfig with LaTeX

2001-04-25 Thread Jaiwant Mulik
>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}