Skip to content

Instantly share code, notes, and snippets.

@ff6347
Forked from schmurfy/gist:3199254
Last active August 29, 2015 13:56
Show Gist options
  • Save ff6347/8800752 to your computer and use it in GitHub Desktop.
Save ff6347/8800752 to your computer and use it in GitHub Desktop.
Install pandoc with home-brew
# Install MacTex: http://mirror.ctan.org/systems/mac/mactex/mactex-basic.pkg
$ sudo chown -R `whoami` /usr/local/texlive
$ tlmgr update --self
$ tlmgr install ucs
$ tlmgr install etoolbox
# Install pandoc view homebrew
$ brew install haskell-platform
$ cabal update
$ cabal install pandoc
# add to your path "~/.cabal/bin"
# Now to convert a document
$ pandoc doc.pandoc doc.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment