
安裝完成后沒有GUI,默認的安裝目錄為/usr/local/texlive/2015basic/
http://tug.org/texlive/doc/tlmgr.html
tlmgr update
tlmgr list
2.安裝tlmgr GUI管理工具
http://amaxwell.github.io/tlutility/
只是對tlmgr的GUI封裝,習慣命令行的可以選裝
wget?https://github.com/amaxwell/tlutility/releases/download/1.23/TeX.Live.Utility.app-1.23.tar.gz
tar -xvf?TeX.Live.Utility.app-1.23.tar.gz
mv TeX\ Live\ Utility.app /Applications/
3.安裝LaTex編輯器
http://pages.uoregon.edu/koch/texshop/obtaining.html
wget?http://pages.uoregon.edu/koch/texshop/texshop-64/texshop.zip
unzip texshop.zip
mv TeXShop.app /Applications
4.安裝LaTeXiT
http://www.chachatelier.fr/latexit/latexit-home.php?lang=en
brew install ghostscript
wget?http://www.chachatelier.fr/latexit/downloads/LaTeXiT-2_8_0.dmg
cp -a?/Volumes/LaTeXiT\ 2.8.0/LaTeXiT.app?/Applications
5.安裝語法檢測工具Excalibur
http://excalibur.sourceforge.net
cp -a?/Volumes/Excalibur-4.0.7/Excalibur.app?/Applications
官方還提供了檢查字典文件
http://excalibur.sourceforge.net/dictionaries.html
cp -a?/Volumes/Excalibur-4.0.7/Standard\ Dictionary?~
補充:CentOS安裝
yum -y install texlive-tex-bin texlive-texconfig texlive-metafont-bin