Skip to content

Instantly share code, notes, and snippets.

@huwan
Last active May 13, 2019 07:38
Show Gist options
  • Save huwan/314ff979bc7c40b31f9f7c5795f04d2f to your computer and use it in GitHub Desktop.
Save huwan/314ff979bc7c40b31f9f7c5795f04d2f to your computer and use it in GitHub Desktop.
Sublime Text 3 project definition for LaTeX project
{
"folders":[
{
"path":".",
"name":"thesis",
"file_exclude_patterns":[
"*.blg",
"*.bbl",
"*.aux",
"*.log",
"*.brf",
"*.nlo",
"*.out",
"*.dvi",
"*.ps",
"*.lof",
"*.toc",
"*.fls",
"*.fdb_latexmk",
"*.pdfsync",
"*.synctex.gz",
"*.ind",
"*.ilg",
"*.idx",
"*.xdv",
"*.sublime-project",
".gitignore",
"*.swp",
"*.yml",
"*.lot",
"*.pdf",
"*.make",
"*.cookie",
"*.d"
]
}
],
"settings":{
"TEXroot":"thesis.tex",
"builder_settings":{
"program":"xelatex"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment