Skip to content

Instantly share code, notes, and snippets.

@shoya140
Created November 13, 2014 08:49
Show Gist options
  • Save shoya140/6e0dc45f6eb8f132e31a to your computer and use it in GitHub Desktop.
Save shoya140/6e0dc45f6eb8f132e31a to your computer and use it in GitHub Desktop.
LaTeX.sublime-build
{
"shell": false,
"cmd":[
"/bin/sh", "-c", "/usr/texbin/platex $file_base_name.tex && /usr/texbin/pbibtex $file_base_name.aux && /usr/texbin/platex $file_base_name.tex && /usr/texbin/dvipdfmx -p a4 $file_base_name.dvi && /usr/bin/open $file_base_name.pdf"
],
"selector": "source.tex"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment