1. Click on the figure once. 2. On the Menu Bar, click "Export". 3. Choose "Encapsulated Postscript (EPS)...". 4. Complete the "Save As" dialog box as usual and place "figure1.eps" in the file where you run LaTex. 5. In your LaTex file insert "\input epsf" just before "\begin{document}" 6. Where you want to place the figure insert the following lines: \begin{figure}[h] \centerline{\epsfxsize=2in \epsfbox{figure1.eps}} \caption{Your caption can use dollar signs.} \label{figure1} \end{figure}