Skip to content

Instantly share code, notes, and snippets.

@huwan
Last active May 13, 2019 07:38
Show Gist options
  • Select an option

  • Save huwan/314ff979bc7c40b31f9f7c5795f04d2f to your computer and use it in GitHub Desktop.

Select an option

Save huwan/314ff979bc7c40b31f9f7c5795f04d2f to your computer and use it in GitHub Desktop.

Revisions

  1. huwan revised this gist May 13, 2019. No changes.
  2. huwan created this gist May 13, 2019.
    44 changes: 44 additions & 0 deletions thesis.sublime-project
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,44 @@
    {
    "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"
    }
    }
    }