Revisions
-
schmurfy created this gist
Jul 29, 2012 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ # 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