From 939de5f9688430b8cff3d8ff84cf60d10701a729 Mon Sep 17 00:00:00 2001 From: Yehoshua Pesach Wallach Date: Tue, 5 Apr 2022 15:44:00 +0300 Subject: [PATCH] Added mathcal symbols --- lib/symbols.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lib/symbols.js b/lib/symbols.js index 34c954f..a8761bd 100644 --- a/lib/symbols.js +++ b/lib/symbols.js @@ -277,6 +277,32 @@ const symbolsStr = ` \\mathfrak{x} 𝔵 \\mathfrak{X} 𝔛 \\mathfrak{y} 𝔶 \\mathfrak{Y} 𝔜 \\mathfrak{z} 𝔷 \\mathfrak{Z} ℨ + \\mathcal{a} 𝒶 \\mathcal{A} 𝒜 + \\mathcal{b} 𝒷 \\mathcal{B} ℬ + \\mathcal{c} 𝒸 \\mathcal{C} 𝒞 + \\mathcal{d} 𝒹 \\mathcal{D} 𝒟 + \\mathcal{e} ℯ \\mathcal{E} ℰ + \\mathcal{f} 𝒻 \\mathcal{F} ℱ + \\mathcal{g} ℊ \\mathcal{G} 𝒢 + \\mathcal{h} 𝒽 \\mathcal{H} ℋ + \\mathcal{i} 𝒾 \\mathcal{I} ℐ + \\mathcal{j} 𝒿 \\mathcal{J} 𝒥 + \\mathcal{k} 𝓀 \\mathcal{K} 𝒦 + \\mathcal{l} 𝓁 \\mathcal{L} ℒ + \\mathcal{m} 𝓂 \\mathcal{M} ℳ + \\mathcal{n} 𝓃 \\mathcal{N} 𝒩 + \\mathcal{o} ℴ \\mathcal{O} 𝒪 + \\mathcal{p} 𝓅 \\mathcal{P} 𝒫 + \\mathcal{q} 𝓆 \\mathcal{Q} 𝒬 + \\mathcal{r} 𝓇 \\mathcal{R} ℛ + \\mathcal{s} 𝓈 \\mathcal{S} 𝒮 + \\mathcal{t} 𝓉 \\mathcal{T} 𝒯 + \\mathcal{u} 𝓊 \\mathcal{U} 𝒰 + \\mathcal{v} 𝓋 \\mathcal{V} 𝒱 + \\mathcal{w} 𝓌 \\mathcal{W} 𝒲 + \\mathcal{x} 𝓍 \\mathcal{X} 𝒳 + \\mathcal{y} 𝓎 \\mathcal{Y} 𝒴 + \\mathcal{z} 𝓏 \\mathcal{Z} 𝒵 # Subscripts and superscripts _0 ₀ ^0 ⁰