-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.config.json
45 lines (45 loc) · 1.05 KB
/
.config.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
{
"title": {
"primary": "Lorem Ipsum",
"secondary": "Consectetur adipiscing elit"
},
"authors": [
"Nullam lacinia"
],
"packages": [
"alphabeta",
"amsmath",
"amsthm",
"caption",
"color",
"fullpage",
"graphicx",
"latexsym",
"listings",
"pxfonts",
"stackrel",
"titlesec",
"subfig",
"tikz",
"float",
"hyperref"
],
"commands": {
"R": "\\mathbb{R}",
"N": "\\mathbb{N}",
"norm": "\\left\\lVert#1\\right\\rVert",
"abs": "\\left\\lvert#1\\right\\rvert",
"margin": "\\hspace{4pt}",
"code": "\\lstinputlisting[caption={#2}]{#1}"
},
"environments": {
"rcases": {
"begin": "\\left.\\begin{aligned}",
"end": "\\end{aligned}\\right\\rbrace"
},
"matlab": {
"begin": "\\begin{figure}[hp]\\centering\\captionsetup{justification=centering}",
"end": "\\end{figure}"
}
}
}