This commit is contained in:
Mylloon 2024-11-06 15:02:07 +01:00
parent 15f8397c6c
commit 61170953fe
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -2,17 +2,17 @@ window.addEventListener("load", () => {
const macros = {};
for (const item of new Map(
Object.entries({
B: "mathbb{B}",
N: "mathbb{N}",
R: "mathbb{R}",
Z: "mathbb{Z}",
B: "mathbb{B}",
O: "Theta",
Tau: "mathrm{T}",
u: "mu",
ra: "rightarrow",
la: "leftarrow",
RA: "Rightarrow",
LA: "Leftarrow",
u: "mu",
Tau: "mathrm{T}",
lb: "llbracket",
rb: "rrbracket",
})