
The easiest way to edit LaTeX source files is to use the free TeXShop package. This is the standard way to write LaTeX files on Mac OS X. Output is to PDF and the integrated PDF view is linked to the source. Clicking in the source window will highlight the corresponding part of the output and clicking in the output window will highlight the corresponding portion of the source. Overall this editor is very easy to use and quite powerful.
Features:
Disadvantages:

Textmate is an advanced editor for Mac OS X. This editor is something like Emacs in spirit and has a bewildering array of specific editing modes one of which is for editing LaTeX files. Texmate is not free but can be used to edit any text file including programming source code and HTML. To see Textmate being used to edit LaTeX files view this screencast and this second screencast found in the Textmate In Action section of the Textmate website.
Textmate does not come with an integrated PDF viewer but there are several available. Texniscope is a viewer that supports forward and backward synchronization with Textmate.
Features:
Disadvantages:
To configure Textmate to use TeXniscope change the following in the Textmate preferences:
the variable "TM_LATEX_VIEWER" should be set to "TeXniscope".
To configure TeXniscope to allow forward and reverse syncing with the source files in Textmate make sure that the following is set in the TeXnisync preferences:

The editor command should be set to "open" and the Editor arguments should be set to "txmt://open?url=file://%file&line=%line".
To view the source line from within TeXniscope hold down the ctrl key and click. To view the output within TeXniscope from within Textmate press ctrl+option+command+O.
BibDesk BibDesk is a graphical BibTeX-bibliography manager for Mac OS X. BibDesk can be integrated with Textmate which makes finding citations easier. There are scripts on www.cohomology.com which allows BibDesk to automatically inport citations from Mathscinet.
There is an excellent article about LaTeX and LaTeX on Mac OS X at http://theappleblog.com/2006/10/05/latex-and-osx/. There is also a TeX on Mac OS X wiki that has more information.
Date Modified: