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
#!/bin/bash | |
# First install BasicTeX: http://mirror.ctan.org/systems/mac/mactex/mactex-basic.pkg | |
# Allows you to run tlmgr without sudo. | |
$ sudo chown -R `whoami` /usr/local/texlive | |
# Update everything. | |
$ tlmgr update --self --all | |
# Install extra packages used by the default pandoc template. |