id: 12180    nodeId: 12180    type: General    point: 200.0    linkPoint: 1.0    maker: cella    permission: linkable    made at: 2016.01.29 05:23    edited at: 2016.01.29 05:27
BasicTeX on Mac OS X
http://www.bilalakil.me/getting-started-and-productive-with-latex-basictex-on-os-x-terminal/
http://wiki.ktug.org/wiki/wiki.php/설치하기MacOSX/BasicTeX?action=show&redirect=BasicTeX
Download and install BasicTeX from tug.org

This is the core part of MacTeX which is too big with 2GB.
Maybe now the space occupied is about 500MB.

On Terminal, install extra packages as follows:
(try latex of pdflatex to find which packages are necessary)

sudo tlmgr update --self
sudo tlmgr install collection-langkorean
sudo tlmgr install bigfoot
sudo tlmgr install manyfoot
tlmgr search --file manyfoot.sty
tlmgr search --global --all manyfoot.sty
sudo tlmgr install ncctools
sudo tlmgr install endnotes

pdflatex filename.tex
(pdflatex and latex are linked to pdftex. But latex does not make pdf, just makes dvi. I don't know why.)
open filename.pdf


Return to BasicTeX on Mac OS X