Skip to content

Instantly share code, notes, and snippets.

@evgenyneu
Last active February 25, 2020 05:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save evgenyneu/ee1ac2cb387300054d0428b9cee952eb to your computer and use it in GitHub Desktop.
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).
{
"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