texlive

Complete TeX typesetting system for creating professional documents and PDFs

brewmacoslinux
Try with needOr install directly
Source

About

Free software distribution for the TeX typesetting system

Commands

pdflatexxelatexlualatexlatexbibtexmakeindexdvipsps2pdftlmgr

Examples

convert LaTeX document to PDF$ pdflatex document.tex
compile LaTeX with Unicode and system fonts support$ xelatex document.tex
generate bibliography from citations in document$ bibtex document.aux && pdflatex document.tex
create index for searchable terms in document$ makeindex document.idx && pdflatex document.tex
install additional LaTeX packages$ tlmgr install package-name