Skip to content

Instantly share code, notes, and snippets.

@evgenyneu
Last active October 17, 2021 06:26
Show Gist options
  • Save evgenyneu/af4e852eb7373bf6fd6d21753af9886c to your computer and use it in GitHub Desktop.
Save evgenyneu/af4e852eb7373bf6fd6d21753af9886c to your computer and use it in GitHub Desktop.
A build file Sublime Text 3 that builds a PDF from LaTeX on macOS
{
"cmd": ["/Library/TeX/texbin/pdflatex '$file' && open -a Skim.app '$file_path/$file_base_name.pdf'"],
"shell": true,
"selector": "text.tex.latex"
}
@evgenyneu
Copy link
Author

evgenyneu commented Dec 16, 2016

The script requires MacTeX and Skim apps installed. The Skim PDF viewer is automatically opened when the build finishes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment