Merge pull request #21 from OskarPersson/diamond

Add diamond symbol
This commit is contained in:
mgriebling
2024-05-28 08:19:33 -04:00
committed by GitHub

View File

@@ -380,6 +380,7 @@ public class MTMathAtomFactory {
"cdots" : MTMathAtom(type: .ordinary, value: "\u{22EF}"),
"ddots" : MTMathAtom(type: .ordinary, value: "\u{22F1}"),
"triangle" : MTMathAtom(type: .ordinary, value: "\u{25B3}"),
"diamond" : MTMathAtom(type: .ordinary, value: "\u{2662}"),
"imath" : MTMathAtom(type: .ordinary, value: "\u{0001D6A4}"),
"jmath" : MTMathAtom(type: .ordinary, value: "\u{0001D6A5}"),
"upquote" : MTMathAtom(type: .ordinary, value: "\u{0027}"),