-
Notifications
You must be signed in to change notification settings - Fork 0
/
styleless.js
65 lines (59 loc) · 1.46 KB
/
styleless.js
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
MathJax.Hub.Config({
TeX: {
Macros: {
It: ["\\mathit{#1}", 1],
calA: "\\mathcal{A}",
calB: "\\mathcal{B}",
calC: "\\mathcal{C}",
calD: "\\mathcal{D}",
calE: "\\mathcal{E}",
calF: "\\mathcal{F}",
calG: "\\mathcal{G}",
calH: "\\mathcal{H}",
calI: "\\mathcal{I}",
calJ: "\\mathcal{J}",
calK: "\\mathcal{K}",
calL: "\\mathcal{L}",
calM: "\\mathcal{M}",
calN: "\\mathcal{N}",
calO: "\\mathcal{O}",
calP: "\\mathcal{P}",
calQ: "\\mathcal{Q}",
calR: "\\mathcal{R}",
calS: "\\mathcal{S}",
calT: "\\mathcal{T}",
calU: "\\mathcal{U}",
calV: "\\mathcal{V}",
calW: "\\mathcal{W}",
calX: "\\mathcal{X}",
calY: "\\mathcal{Y}",
calZ: "\\mathcal{Z}",
rmA: "\\mathrm{A}",
rmB: "\\mathrm{B}",
rmC: "\\mathrm{C}",
rmD: "\\mathrm{D}",
rmE: "\\mathrm{E}",
rmF: "\\mathrm{F}",
rmG: "\\mathrm{G}",
rmH: "\\mathrm{H}",
rmI: "\\mathrm{I}",
rmJ: "\\mathrm{J}",
rmK: "\\mathrm{K}",
rmL: "\\mathrm{L}",
rmM: "\\mathrm{M}",
rmN: "\\mathrm{N}",
rmO: "\\mathrm{O}",
rmP: "\\mathrm{P}",
rmQ: "\\mathrm{Q}",
rmR: "\\mathrm{R}",
rmS: "\\mathrm{S}",
rmT: "\\mathrm{T}",
rmU: "\\mathrm{U}",
rmV: "\\mathrm{V}",
rmW: "\\mathrm{W}",
rmX: "\\mathrm{X}",
rmY: "\\mathrm{Y}",
rmZ: "\\mathrm{Z}"
}
}
});