This repository has been archived by the owner on Aug 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
314 lines (314 loc) · 8.72 KB
/
package.json
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
{
"name": "latex",
"version": "0.50.2",
"description": "Compile LaTeX documents from within Atom",
"keywords": [
"tex",
"latex",
"latexmk",
"texlive",
"miktex"
],
"license": "MIT",
"repository": "https://github.com/thomasjo/atom-latex",
"author": "Thomas Johansen <[email protected]>",
"contributors": [
"Tarn Burton <[email protected]>"
],
"main": "./lib/main",
"dependencies": {
"@dicy/client": "^0.13.0",
"dbus-native": "^0.4.0",
"etch": "0.12.6",
"fs-plus": "^3.0.0",
"glob": "^7.1.1",
"js-yaml": "^3.11.0",
"lodash": "^4.17.4",
"minimatch": "^3.0.4",
"temp": "^0.8.3",
"tree-kill": "^1.1.0",
"wrench": "^1.5.9"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"snazzy": "^7.1.1",
"standard": "^11.0.0"
},
"engines": {
"atom": ">=1.19.0 <2.0.0"
},
"standard": {
"parser": "babel-eslint",
"globals": [
"atom",
"latex",
"afterEach",
"beforeEach",
"describe",
"expect",
"it",
"jasmine",
"runs",
"spyOn",
"waitsFor",
"waitsForPromise"
]
},
"activationCommands": {
"atom-workspace": [
"latex:build",
"latex:check-runtime",
"latex:clean",
"latex:clear-log",
"latex:hide-log",
"latex:rebuild",
"latex:show-log",
"latex:sync-log",
"latex:sync",
"latex:toggle-log"
]
},
"activationHooks": [
"language-latex:grammar-used",
"language-tex:grammar-used",
"language-latexsimple:grammar-used"
],
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"deserializers": {
"latex/log": "deserializeLog"
},
"configSchema": {
"texPath": {
"title": "TeX Path",
"description": "The full path to your TeX distribution's bin directory. Supports `$PATH` substitution.",
"type": "string",
"default": "",
"order": 1
},
"engine": {
"description": "Select standard LaTeX engine",
"type": "string",
"enum": [
"pdflatex",
"lualatex",
"platex",
"uplatex",
"xelatex"
],
"default": "pdflatex",
"order": 2
},
"customEngine": {
"description": "Enter command for custom LaTeX engine. Overrides Engine.",
"type": "string",
"default": "",
"order": 3
},
"enableShellEscape": {
"type": "boolean",
"default": false,
"order": 4
},
"enableSynctex": {
"title": "Enable SyncTeX",
"type": "boolean",
"default": true,
"order": 5
},
"useDicy": {
"title": "Use DiCy",
"description": "Use the experimental javascript based builder [`DiCy`](https://yitzchak.github.io/dicy/) instead of `latexmk`. [`DiCy`](https://yitzchak.github.io/dicy/) is included with this package so no further configuration or installation is required.",
"type": "boolean",
"default": "false",
"order": 6
},
"enableExtendedBuildMode": {
"description": "Enable extended build mode using `latexmk` rules for custom files types. Currently includes support for Asymptote, the `glossaries` package, the `index` package, MetaPost, the `nomencl` package and SageTeX. Please note that these rules are loaded after all other `latexmkrc` files are loaded, and therefore may overwrite custom rules defined by the user.",
"type": "boolean",
"default": true,
"order": 7
},
"loggingLevel": {
"description": "The minimum level of message severity to output in the logger. A logging level of `error` shows only messages indicating catastrophic issues such as undefined symbols, `warning` shows error messages and messages indicating unintended consequences such as bad boxes, and `info` shows all messages including purely informational messages such a font loading.",
"type": "string",
"enum": [
"error",
"warning",
"info"
],
"default": "warning",
"order": 8
},
"cleanPatterns": {
"description": "The files and directories to remove during a LaTeX clean. Basic glob patterns are understood and named properties such as {jobname} are replaced with the current build properties. Patterns that start with `/` or `\\` are matched against any file in the same directory as the source file. All other patterns are matched against generated files in the output directory. More information can be found on the Atom LaTeX wiki.",
"type": "array",
"items": {
"type": "string"
},
"default": [
"**/*.aux",
"**/*.aux.bak",
"**/*.bbl",
"**/*.bcf",
"**/*.blg",
"**/*.dvi",
"**/*.fdb_latexmk",
"**/*.fls",
"**/*.idx",
"**/*.idx.bak",
"**/*.ilg",
"**/*.ind",
"**/*.lof",
"**/*.log",
"**/*.lol",
"**/*.lot",
"**/*.nav",
"**/*.out",
"**/*.pdf",
"**/*.ps",
"**/*.snm",
"**/*.synctex.gz",
"**/*.toc",
"/**/_minted-{jobname}",
"/{output_dir}/sage-plots-for-{jobname}.tex",
"/missfont.log",
"/texput.log",
"/texput.aux"
],
"order": 9
},
"outputDirectory": {
"description": "All files generated during a build will be redirected here. Leave blank if you want the build output to be stored in the same directory as the TeX document.",
"type": "string",
"default": "",
"order": 10
},
"outputFormat": {
"description": "Output file format. DVI and PS currently only supported for latexmk.",
"type": "string",
"enum": [
"pdf",
"dvi",
"ps"
],
"default": "pdf",
"order": 11
},
"producer": {
"title": "PDF Producer",
"description": "Program to use when post-processing DVI output in order to produce PDF. This is only used for LaTeX engines not capable of natively producing PDF. Currently only supported for latexmk.",
"type": "string",
"enum": [
"dvipdfmx",
"xdvipdfmx",
"dvipdf",
"ps2pdf"
],
"default": "dvipdfmx",
"order": 12
},
"moveResultToSourceDirectory": {
"title": "Move Result to Source Directory",
"description": "Ensures that the output file produced by a successful build is stored together with the TeX document that produced it.",
"type": "boolean",
"default": true,
"order": 13
},
"buildOnSave": {
"title": "Build on Save",
"description": "Automatically run builds when files are saved.",
"type": "boolean",
"default": false,
"order": 14
},
"openResultAfterBuild": {
"title": "Open Result after Successful Build",
"type": "boolean",
"default": true,
"order": 15
},
"openResultInBackground": {
"title": "Open Result in Background",
"type": "boolean",
"default": true,
"order": 16
},
"opener": {
"type": "string",
"enum": [
"automatic",
"atril",
"evince",
"okular",
"pdf-view",
"preview",
"qpdfview",
"shell-open",
"skim",
"sumatra",
"xdg-open",
"x-reader",
"zathura",
"custom"
],
"default": "automatic",
"order": 17
},
"pdfViewSplitDirection": {
"description": "Pane split direction to use for pdf-view.",
"type": "string",
"enum": [
"left",
"right",
"up",
"down"
],
"default": "right",
"order": 18
},
"skimPath": {
"description": "Full application path to Skim (macOS).",
"type": "string",
"default": "/Applications/Skim.app",
"order": 19
},
"sumatraPath": {
"title": "SumatraPDF Path",
"description": "Full application path to SumatraPDF (Windows).",
"type": "string",
"default": "C:\\Program Files (x86)\\SumatraPDF\\SumatraPDF.exe",
"order": 20
},
"okularPath": {
"description": "Full application path to Okular (*nix).",
"type": "string",
"default": "/usr/bin/okular",
"order": 21
},
"zathuraPath": {
"description": "Full application path to Zathura (*nix).",
"type": "string",
"default": "/usr/bin/zathura",
"order": 22
},
"qpdfviewPath": {
"description": "Full application path to qpdfview (*nix).",
"type": "string",
"default": "/usr/bin/qpdfview",
"order": 23
},
"viewerPath": {
"title": "Custom PDF Viewer Path",
"description": "Full application path to your PDF viewer. Overrides Skim and SumatraPDF options.",
"type": "string",
"default": "",
"order": 24
}
}
}