Skip to content

Instantly share code, notes, and snippets.

@repeatedly
Forked from schmurfy/gist:3199254
Created June 10, 2013 08:19

Revisions

  1. @schmurfy schmurfy created this gist Jul 29, 2012.
    17 changes: 17 additions & 0 deletions gistfile1.sh
    Original 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