LyXImport equation into Powerpoint

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
waldo000000
Posts: 1
Joined: Mon Feb 22, 2010 4:25 am

Import equation into Powerpoint

Post by waldo000000 »

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...

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

oash
Posts: 1
Joined: Wed Jan 05, 2011 12:02 am

Re: Import equation into Powerpoint

Post by oash »

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/
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Import equation into Powerpoint

Post by frabjous »

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.

Code: Select all

gs -dBATCH -dNOPAUSE -dSAFER -sDEVICE=epswrite -o output.eps input.pdf
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.
CrazyHorse
Posts: 351
Joined: Sat Aug 02, 2008 8:47 am

Import equation into Powerpoint

Post by CrazyHorse »

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...
Using one of the presentation classes with LyX would make much more sense ...

Herbert
Post Reply