pptex is a LaTeX Add-In for
PowerPoint for Mac allowing for insertion of equations rendered as PDF
with pdflatex
. The LaTeX source is stored as alternative text with the
equations in the slides, so that running the pptex
macro on a selected pptex equation
object allows for re-editing of the existing equation starting from the
original LaTeX equation source.
Get Installpptex.tbz
from the releases
and run the unpacked installer.
A PowerPoint Add-in file will be stored in ~/Documents/pptex
(OSX might ask for
permission to access the Documents folder) and an
applescript
to launch an external editor and run pdflatex in
~/Library/Application Scripts/com.microsoft.PowerPoint
.
-
A working installation of
pdflatex
including the standalone package (which often is already included in standard installations). Choices forpdflatex
installations include MacPorts, Fink, and MacTeX. -
An editor to create LaTeX source for equations to be inserted into PowerPoint presentations. So far, due to the need at the scripting side to detect if the editor has closed the LaTeX source file, only TextMate seems to work reliably with pptex.