Skip to content

Instantly share code, notes, and snippets.

@kathgironpe
Forked from schmurfy/gist:3199254
Last active December 27, 2015 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kathgironpe/7319014 to your computer and use it in GitHub Desktop.
Save kathgironpe/7319014 to your computer and use it in GitHub Desktop.
# 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
# Update before installing pandoc
$ cabal update
# If there is a new version of cabal
$ cabal install cabal-install
$ 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