aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadu <radu@pml4t.net>2024-06-08 21:07:30 -0400
committerRadu <radu@pml4t.net>2024-06-08 21:07:30 -0400
commit1abe0127f8ca1a3241d0b95c07487980aafbb3c7 (patch)
treef25a630e9d27f04024ee90b2aa38534f710053a3
parent696f234134da6b599dbf02dc4e96a0fe235762c1 (diff)
Add a few charactersHEADmaster
-rw-r--r--page.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/page.js b/page.js
index a13cb30..1ce8cae 100644
--- a/page.js
+++ b/page.js
@@ -94,6 +94,8 @@
"\\dp": "∂",
"\\infty": "∞",
"\\inf": "∞",
+ "\\del": "∇",
+ "\\int": "∫",
}[name];
if (sym) return sym;
@@ -233,6 +235,8 @@
"\\dp": 0,
"\\infty": 0,
"\\inf": 0,
+ "\\del": 0,
+ "\\int": 0,
"\\bf": 1,
"\\mathbf": 1,
"^": 1,