Skip to content

Instantly share code, notes, and snippets.

@uetchy
Last active January 13, 2016 23:15
Show Gist options
  • Save uetchy/d3c1df37c13d391d1bc8 to your computer and use it in GitHub Desktop.
Save uetchy/d3c1df37c13d391d1bc8 to your computer and use it in GitHub Desktop.
TeX for OS X
#!/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