Last active
February 25, 2020 05:19
-
-
Save evgenyneu/ee1ac2cb387300054d0428b9cee952eb to your computer and use it in GitHub Desktop.
LaTeX build file for Sublime Text 3 for MacOS. Builds PDF (Command-B) and bibliography (Shift-Command-B).
This file contains 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