[Tex/LaTex] How to install LaTeX compiler on Mac OS X without additional software

distributionsinstallingmac

I want to install only the LaTeX compiler because I don't care about the additional software that comes with MacTeX.

I'm going to use Latexian for creating .tex documents.

Is this option possible?

Best Answer

You can install BasicTeX, which is a subset of MacTeX that weighs in at only 64MB. Description from the webpage:

BasicTeX is a subset of TeX Live designed for easy download by users with limited download speed. The package is remarkably capable. It contains all of the standard tools needed to write TeX documents, including TeX, LaTeX, pdfTeX, MetaFont, dvips, ConTeXt, MetaPost, and XeTeX. It contains AMSTeX, the Latin Modern Fonts, the TeX Live Manager to add and update packages from TeX Live, and the new SyncTeX.

BasicTeX contains a small but core selection of LaTeX packages. Additional packages can be installed using tlmgr e.g.

$  sudo tlmgr install <pkg name>

or, if you prefer a GUI frontend for managing your packages, TeX Live Utility.