\ll and \gg symbols were swapped.
This commit is contained in:
@@ -231,8 +231,8 @@ public class MTMathAtomFactory {
|
||||
"asymp" : MTMathAtom(type: .relation, value: "\u{224D}"),
|
||||
"doteq" : MTMathAtom(type: .relation, value: "\u{2250}"),
|
||||
"equiv" : MTMathAtom(type: .relation, value: "\u{2261}"),
|
||||
"gg" : MTMathAtom(type: .relation, value: "\u{226A}"),
|
||||
"ll" : MTMathAtom(type: .relation, value: "\u{226B}"),
|
||||
"gg" : MTMathAtom(type: .relation, value: "\u{226B}"),
|
||||
"ll" : MTMathAtom(type: .relation, value: "\u{226A}"),
|
||||
"prec" : MTMathAtom(type: .relation, value: "\u{227A}"),
|
||||
"succ" : MTMathAtom(type: .relation, value: "\u{227B}"),
|
||||
"subset" : MTMathAtom(type: .relation, value: "\u{2282}"),
|
||||
|
||||
Reference in New Issue
Block a user