Posts tagged ‘new package’

Add new packages to your MacTex installation

To add new packages to your Mactex installation follow these steps:

$ mkdir ~/Library/texmf/tex/latex/newpackage/
$ cp newpackage.sty ~/Library/texmf/tex/latex/newpackage/

That’s it. No need to re-index package list or something.