Created
January 13, 2018 03:22
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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