>>Subject: cropping an equation for import >>From: "Kirk R. Wythers" <[EMAIL PROTECTED]> >>To: [EMAIL PROTECTED] >>Date: 21 May 2002 10:10:01 -0500 >> >>I want to import an equation I created in LyX into staroffice. Trouble >>is (after exporting as ps, the equation prints as an entire page) I >>don't want to import an entire page 8.5 by 11, for a one line equation. >>Is there any way to crop the equation so that it can be imported as the >>size it is (without all the white space on a whole page? >> >>Thanks, >> >>Kirk
Export in eps: for e.g. file foo.lyx: LyX->File->Export as LaTeX Then in the dir where LyX exported foo.tex #dvips -E -o foo.eps foo.tex Import foo.eps in SO If SO understands Mathtype, you may try ltx2rtf to get an editable formula in SO. -- Jean-Pierre
