Skip to content

Instantly share code, notes, and snippets.

@JDevlieghere
Created October 21, 2013 13:28
Show Gist options
  • Save JDevlieghere/7083884 to your computer and use it in GitHub Desktop.
Save JDevlieghere/7083884 to your computer and use it in GitHub Desktop.
Sublime 3 Build System for Latex using Miktex
{
"selector": "text.tex.latex",
"cmd": ["texify","$file_name", "-b", "-p", "-c", "-q", "--tex-option=\"--synctex=1\"", "--run-viewer"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment