Created
April 1, 2016 23:46
-
-
Save joethorley/b0766f8d03ec542dd62fcd59c1477f77 to your computer and use it in GitHub Desktop.
Install basictex using brew for R
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
brew tap caskroom/cask | |
brew cask install basictex | |
sudo tlmgr update --self | |
sudo tlmgr update --all | |
sudo tlmgr install titling framed inconsolata | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
response to http://rud.is/b/2015/10/22/installing-r-on-os-x-100-homebrew-edition/#comment-15157