Skip to content

Instantly share code, notes, and snippets.

@wo0dyn
Forked from kathgironpe/gist:7319014
Last active December 29, 2015 14:28
Show Gist options
  • Save wo0dyn/7683835 to your computer and use it in GitHub Desktop.
Save wo0dyn/7683835 to your computer and use it in GitHub Desktop.
LaTeX + pandoc on OSX
# 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
@wo0dyn
Copy link
Author

wo0dyn commented Nov 27, 2013

A Pandoc Workflow for Writing Letters in LaTeX
http://pmagwene.github.io/blog/2013/02/07/pandoc-latex-letters/

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