add \B, fix lb and rb
This commit is contained in:
parent
87d0fa3c11
commit
15f8397c6c
1 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@ window.addEventListener("load", () => {
|
||||||
N: "mathbb{N}",
|
N: "mathbb{N}",
|
||||||
R: "mathbb{R}",
|
R: "mathbb{R}",
|
||||||
Z: "mathbb{Z}",
|
Z: "mathbb{Z}",
|
||||||
|
B: "mathbb{B}",
|
||||||
O: "Theta",
|
O: "Theta",
|
||||||
ra: "rightarrow",
|
ra: "rightarrow",
|
||||||
la: "leftarrow",
|
la: "leftarrow",
|
||||||
|
@ -12,8 +13,8 @@ window.addEventListener("load", () => {
|
||||||
LA: "Leftarrow",
|
LA: "Leftarrow",
|
||||||
u: "mu",
|
u: "mu",
|
||||||
Tau: "mathrm{T}",
|
Tau: "mathrm{T}",
|
||||||
lb: "textlbrackdbl",
|
lb: "llbracket",
|
||||||
rb: "textrbrackdbl",
|
rb: "rrbracket",
|
||||||
})
|
})
|
||||||
)[Symbol.iterator]()) {
|
)[Symbol.iterator]()) {
|
||||||
const bs = "\\";
|
const bs = "\\";
|
||||||
|
|
Loading…
Reference in a new issue