LyX ⇒ Import equation into Powerpoint
-
- Posts: 1
- Joined: Mon Feb 22, 2010 4:25 am
Import equation into Powerpoint
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...
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
Re: Import equation into Powerpoint
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
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