-
Notifications
You must be signed in to change notification settings - Fork 0
/
eekhof.json
54 lines (54 loc) · 1.06 KB
/
eekhof.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
{
"includes": {
"xcolor": [],
"mathtools": [],
"siunitx": [],
"physics": [],
"braket": [],
"tikz-cd": [],
"amssymb": [],
"amsmath": [],
"hyperref": [],
"xspace": [
"use-xspace"
]
},
"cmds": {
"lq": {},
"rq": {},
"d": {
"detail": "𝑑",
"documentation": "MATHEMATICAL ITALIC SMALL D"
},
"const": {},
"f{}{}": {
"snippet": "f{${1:functionname}}{${2:argument}}"
},
"bracfrac{}{}": {
"snippet": "bracfrac{${1:numerator}}{${2:denominator}}"
},
"l": {
"detail": "𝑙",
"documentation": "MATHEMATICAL ITALIC SMALL L"
},
"r": {
"detail": "𝑟",
"documentation": "MATHEMATICAL ITALIC SMALL R"
},
"nablanovec": {},
"incfig{}{}": {
"snippet": "incfig{${1:filename}}{${2:caption}}"
},
"clight": {},
"elementarycharge": {},
"follows": {},
"iff": {
"detail": "⟺",
"documentation": "LONG LEFT RIGHT DOUBLE ARROW"
},
"arrow": {}
},
"envs": {},
"options": [],
"keyvals": []
}