Skip to content

Instantly share code, notes, and snippets.

@ilyakava
Created November 16, 2014 16:34
Show Gist options
  • Save ilyakava/de6f46d2f0a63c22a23e to your computer and use it in GitHub Desktop.
Save ilyakava/de6f46d2f0a63c22a23e to your computer and use it in GitHub Desktop.
Sublime build settings for pandoc
// Build with: Command+B, outputs into same directory as source
// /Users/artsyinc/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/jebara.sublime-build
{
"cmd": ["/usr/local/bin/pandoc", "$file", "-o", "writeup-ik2356.pdf", "--latex-engine", "/usr/texbin/pdflatex"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment