This equation editor provides a simple graphical front end to LaTeX. It is not a complete, self-contained LaTeX distribution. You will need to download and install TeX (and Ghostscript) separately. One excellent, widely used distribution is the one maintained by Gerben Wierda, available at http://www.rna.nl/tex.html.
To begin, you'll need to make sure that the paths to your LaTeX and ghostscript binaries are set correctly. Open the Preference pane and verify these paths are correct. If not, edit them so that they are.
Creating an equation is a two-step process. First, you type a description of the desired mathematical expression in the main text box. Second, you convert the typed description of the expression into a PDF file by clicking on the "LaTeX" button. (You can also type Command+Return as a shortcut.) If the conversion is successful, the PDF file will be displayed in the top region of the window. You can then drag-and-drop the equation into Keynote or other applications that accept PDF data.
Try it out by entering the following into the main text box:
\sum_{i=0}^{n} {n \choose i} = 2^nNow click the "LaTeX" button, wait a second, and look at the results.
If you have only created mathematical expressions using the Microsoft Equation Editor, or other such programs, you may find the two-step process a little disconcerting. Why all the hassle? The reason is that, once you learn how to describe mathematics in the way LaTeX expects, you will be able to write mathematics (almost) as quickly as you can type. Consider the example above and think about how long it would take you to create that using the Microsoft Equation Editor.
Many excellent guides exist for learning LaTeX. Some excellent
resources include:
There aren't really advanced features, but...
Clicking on the "display" radio button causes the material in the main text box to by typeset as a displayed equation (fractions, summation signs, integrals, and other symbols look a bit different). Clicking on the "inline" radio button causes the material in the main text box to be typeset as an inline equation. Compare:
![]() | ![]() |
Displayed equation | Inline equation |
There's no reason why you have to have to restrict yourself to
typesetting mathematics, although that's the most common use of the
Equation Editor. Clicking on the "Text" radio button will cause the
contents of the main text box to be typeset on an empty page in text
mode. In text mode, any valid LaTeX construction that is understood by
LaTeX, dvips, and ghostscript is permitted.
What happens when I click the
"LaTeX" button?
Libraries can be saved as packages by selecting either "Save library" or "Save library as..." from the File menu. (See details on the file format for saved libraries.)