Skip to content

Instantly share code, notes, and snippets.

@caasi
Created September 26, 2018 02:15
Show Gist options
  • Save caasi/8277548d35ee389fc311685778df1455 to your computer and use it in GitHub Desktop.
Save caasi/8277548d35ee389fc311685778df1455 to your computer and use it in GitHub Desktop.
make MMIX doc in macOS
brew cask install basictex
brew cask install cweb
tlmgr conf texmf TEXMFHOME "~/Library/texmf:/usr/local/Cellar/cweb/<version>/share/texmf"
sudo tlmgr install epsf
make doc

The <version> in the third line should currently be 3.64b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment