-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphdthesis.sublime-project
109 lines (109 loc) · 1.57 KB
/
phdthesis.sublime-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"build_systems":
[
{
"cmd":
[
"./build.sh"
],
"name": "Arara (response && phdthesis)",
"working_dir": "${project_path}"
},
{
"cmd":
[
"arara",
"-v",
"phdthesis.tex"
],
"name": "Arara (phdthesis)",
"working_dir": "${project_path}"
},
{
"cmd":
[
"arara",
"-v",
"response.tex"
],
"name": "Arara (response)",
"working_dir": "${project_path}"
},
{
"cmd":
[
"arara",
"-v",
"phdFigures.tex"
],
"name": "Arara (figures)",
"working_dir": "${project_path}"
},
{
"env": {
"TEXINPUTS": "${project_path}:..::"
},
"cmd":
[
"arara",
"-v",
"coverfigure.tex"
],
"name": "Arara (cover figure)",
"working_dir": "${project_path}/cover"
}
],
"folders":
[
{
"path": ".",
"file_exclude_patterns": [
"*.fig",
"*.lof","*.lol",
"*.toc",
"*.lot",
"*.acn","*.acr","*.alg",
"*.blg","*.bbl",
"*.out",
"*.bcf",
"*.run.xml",
"*.figlist",
"*.fls",
"*.glg","*.glo","*.gls",
"*.sbl","*.slg","*.slo","*.sls",
"*.nav","*.snm",
"*.aux",
"*.xdy",
"*.loe",
"*.auxlock",
"*.fdb_latexmk",
"*.md5",
"*.dpth",
"*.synctex.gz",
"vc-git.awk",
"vc.tex","vc"
]
}
// {
// "path": "~/Dropbox/VUB/PhD/QLogMS"
// },
// {
// "path": "~/Dropbox/VUB/PhD/LPMHinf"
// },
// {
// "path": "~/Dropbox/VUB/PhD/LRM"
// },
// {
// "path": "~/Dropbox/VUB/PhD/Mikaya"
// },
],
"settings":
{
"FuzzyFilePath":
{
}
},
"options":{
"root": "phdthesis.tex"
}
}