Skip to content

Instantly share code, notes, and snippets.

@carlosparadis
Forked from evgenyneu/LaTeX.sublime-build
Created December 25, 2019 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosparadis/3191092af00bc5b6ef43be23c93266c0 to your computer and use it in GitHub Desktop.
Save carlosparadis/3191092af00bc5b6ef43be23c93266c0 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