Hi,
I want to write an equation in Lyx, then somehow get that into Powerpoint as a vector (so I can resize it, etc.). I know I can take a screenshot of a rendered PDF, then import it - but I want to import it as a vector, as I said.
I was thinking I may be able to export to EPS, then convert to EMF, then import it into Powerpoint?
But Lyx 1.6.4 doesn't seem to be able to directly export to EPS...
And I also suspect there may be a better way to do this...
LyX ⇒ Import equation into Powerpoint
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Import equation into Powerpoint
Hi,
I usually use an online service to convert the Latex math equation into a PNG image then insert it into the Powerpoint. The service enables you to control the font size, text color, background color, and transparency.
http://www.sciweavers.org/convert-latex ... n-to-Image
or,
Use Tex4ppt, which is an add-in that enable you to directly write latex into Powerpoint. However, you have to install special types of fonts as well as you have to install that plugin on every machine that runs that presentation
http://sites.google.com/site/tex4ppt/
I usually use an online service to convert the Latex math equation into a PNG image then insert it into the Powerpoint. The service enables you to control the font size, text color, background color, and transparency.
http://www.sciweavers.org/convert-latex ... n-to-Image
or,
Use Tex4ppt, which is an add-in that enable you to directly write latex into Powerpoint. However, you have to install special types of fonts as well as you have to install that plugin on every machine that runs that presentation
http://sites.google.com/site/tex4ppt/
Import equation into Powerpoint
This thread is a year old.
However, before moving to a web service, consider using either using Inkscape or with Ghostscript to convert PDF or PS to EPS.
For Windows, change "gs" to the full path to the GhostScript executable, e.g. "C:\Program Files (x86)\gs\gs9.00\bin\gswin32c.exe".
Inkscape is a GUI program, just open the file then save as EPS.
However, before moving to a web service, consider using either using Inkscape or with Ghostscript to convert PDF or PS to EPS.
Code: Select all
gs -dBATCH -dNOPAUSE -dSAFER -sDEVICE=epswrite -o output.eps input.pdf
Inkscape is a GUI program, just open the file then save as EPS.
-
- Posts: 351
- Joined: Sat Aug 02, 2008 8:47 am
Import equation into Powerpoint
Using one of the presentation classes with LyX would make much more sense ...waldo000000 wrote:Hi,
I want to write an equation in Lyx, then somehow get that into Powerpoint as a vector (so I can resize it, etc.). I know I can take a screenshot of a rendered PDF, then import it - but I want to import it as a vector, as I said.
I was thinking I may be able to export to EPS, then convert to EMF, then import it into Powerpoint?
But Lyx 1.6.4 doesn't seem to be able to directly export to EPS...
And I also suspect there may be a better way to do this...
Herbert