Skip to content

Commit

Permalink
Added mathcal symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
yehoshuapw authored and golopot committed Apr 6, 2022
1 parent 2be5893 commit 939de5f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions lib/symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ⁰
Expand Down

0 comments on commit 939de5f

Please sign in to comment.