-
-
Save kathgironpe/7319014 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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