Skip to content

Instantly share code, notes, and snippets.

@sreeprasad
Created January 13, 2018 03:22
Show Gist options
  • Save sreeprasad/5e084860fe3404b36c9699617ac781df to your computer and use it in GitHub Desktop.
Save sreeprasad/5e084860fe3404b36c9699617ac781df to your computer and use it in GitHub Desktop.
This file describes the build file for building pdf from latex in Sublime 2
{
"cmd": ["/Library/TeX/texbin/pdflatex","$file"],
"selector": "text.tex.latex",
"variants": [
{
"name": "Build Bibliography",
"cmd": ["/Library/TeX/texbin/bibtex","$file_base_name"],
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment