Skip to content

Instantly share code, notes, and snippets.

@repeatedly
Forked from schmurfy/gist:3199254
Created June 10, 2013 08:19
Show Gist options
  • Save repeatedly/5747244 to your computer and use it in GitHub Desktop.
Save repeatedly/5747244 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
$ cabal install pandoc
# add to your path "~/.cabal/bin"
# Now to convert a document
$ pandoc doc.pandoc doc.pdf
@kzk
Copy link

kzk commented Jun 23, 2013

tlmgr install collection-fontsrecommended is also needed on my Mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment