Skip to content

Instantly share code, notes, and snippets.

@fumingshih
Created February 13, 2013 04:10
Show Gist options
  • Save fumingshih/4942199 to your computer and use it in GitHub Desktop.
Save fumingshih/4942199 to your computer and use it in GitHub Desktop.
A shell script that allows you to install recommended fonts for texlive on Mac
curl http://packages.ubuntu.com/quantal/all/texlive-fonts-recommended/filelist | sed -En 's!/usr/share/texlive/texmf-dist/fonts/tfm/.*/([^/]+)/[^/]+\.tfm$!\1!p'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment