fabianmoronzirfas
2/4/2014 - 9:45 AM

Install pandoc with home-brew

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