Update \cc and \CC definitions.

This commit is contained in:
Michael Griebling
2024-12-17 15:24:56 -05:00
parent 653fe396de
commit 872fa0b2bf

View File

@@ -363,8 +363,8 @@ public class MTMathAtomFactory {
"o" : MTMathAtom(type: .ordinary, value: "\u{00F8}"), "o" : MTMathAtom(type: .ordinary, value: "\u{00F8}"),
"oe" : MTMathAtom(type: .ordinary, value: "\u{0153}"), "oe" : MTMathAtom(type: .ordinary, value: "\u{0153}"),
"ss" : MTMathAtom(type: .ordinary, value: "\u{00DF}"), "ss" : MTMathAtom(type: .ordinary, value: "\u{00DF}"),
"cc" : MTMathAtom(type: .ordinary, value: ""), "cc" : MTMathAtom(type: .ordinary, value: "\u{00E7}"),
"CC" : MTMathAtom(type: .ordinary, value: ""), "CC" : MTMathAtom(type: .ordinary, value: "\u{00C7}"),
"O" : MTMathAtom(type: .ordinary, value: "\u{00DB}"), "O" : MTMathAtom(type: .ordinary, value: "\u{00DB}"),
"AE" : MTMathAtom(type: .ordinary, value: "\u{00C6}"), "AE" : MTMathAtom(type: .ordinary, value: "\u{00C6}"),
"OE" : MTMathAtom(type: .ordinary, value: "\u{0152}"), "OE" : MTMathAtom(type: .ordinary, value: "\u{0152}"),