LaTeX Resources for OSX
by Mark on Mar.09, 2009, under Software, sysadmin
LaTeX – A Document Preparation System
I started using LaTeX for its ease of writing mathematical equations and expression. Anyone who has tried fooling with Microsoft Word’s equation editor realizes that it is time consuming, looks terrible, and will agree that there must be an easier way. That way is LaTeX.
LaTeX is a typesetting tool that excels with many types of documents such as academic journals, books, and complex mathematical formulas. One thing that it is great with is keeping track of references and bibliographies.
One thing to understand is that LaTeX is not for everyone. It will be confusing and complex to most users. There are tools that make it easier, but at its base you will be writing in a type of markdown language that is part of the barrier to entry.

photo credit: basheertome
What is LaTeX?
LaTeX is a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation. LaTeX is the de facto standard for the communication and publication of scientific documents. LaTeX is available as free software. – http://www.latex-project.org/
LaTeX Features
- Typesetting journal articles, technical reports, books, and slide presentations.
- Control over large documents containing sectioning, cross-references, tables and figures.
- Typesetting of complex mathematical formulas.
- Advanced typesetting of mathematics with AMS-LaTeX.
- Automatic generation of bibliographies and indexes.
- Multi-lingual typesetting.
- Inclusion of artwork, and process or spot colour.
- Using PostScript or Metafont fonts.
What I Use
I work with LaTeX on both Mac OSX and Linux systems. Most Linux distributions make it simple to install LaTeX either being included or simply from package managers. Mac OSX is a bit different.
To make my life easier I use the MacTeX LaTeX Distribution with Macromates TextMate OSX text editor. By installing the MacTeX distribution you will be given all the command line tools, fonts, and converters you will need. TextMate will give you syntax highlighting and access to other tools that will make you life easier. But all you really need is a text editor and the command line.
Good luck with your journey into the LaTeX world.
LaTeX Resources
Here is a list of resources so both you and I can remember them in the future!
Enjoy!
1 Comment for this entry
1 Trackback or Pingback for this entry
-
Basic LaTeX Guide | zarzax the blog
March 20th, 2009 on 6:06 pm[...] The purpose of document is to demonstrate how to construct a basic LaTeX document. This assumes that you are running from a system that has LaTeX installed. Most Linux distros include or make it simple to install. I wrote an earlier post on LaTeX Resources for Mac OSX. [...]
October 28th, 2009 on 2:05 pm
Btw: There exist latex tools which are browser based (i.e. cross plattform) and allow the creation of latex projects and pdfs (www.verbosus.com or http://www.monkeytex.com)