Skip to content

Instantly share code, notes, and snippets.

View adunning's full-sized avatar
💭
I may be slow to respond.

Andrew Dunning adunning

💭
I may be slow to respond.
View GitHub Profile
@adunning
adunning / gist:c670ab28c16f031f4777
Last active January 7, 2020 16:06 — forked from schmurfy/gist:3199254
Install pandoc on Mac OS X 10.9
#!/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.