Skip to content

Instantly share code, notes, and snippets.

@leberblock
Created August 1, 2012 14:02
Show Gist options
  • Save leberblock/3227099 to your computer and use it in GitHub Desktop.
Save leberblock/3227099 to your computer and use it in GitHub Desktop.
latex: create build system for pdflatex in sublime text 2
{
"cmd": ["pdflatex","$file_name"],
"selector": "text.tex.latex"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment