Last active
January 13, 2016 23:15
-
-
Save uetchy/d3c1df37c13d391d1bc8 to your computer and use it in GitHub Desktop.
TeX for OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
brew cask install basictex | |
export PATH="/Library/TeX/texbin:$PATH" | |
sudo tlmgr update --self --all | |
sudo tlmgr install collection-langjapanese draftcopy | |
# tlmgr search —global foobar | |
# sudo tlmgr install foobar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment