diff --git a/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift b/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift index 6807508..6594df1 100644 --- a/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift +++ b/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift @@ -329,7 +329,7 @@ public class MTMathAtomFactory { // Latex command characters "{" : MTMathAtom(type: .open, value: "{"), "}" : MTMathAtom(type: .close, value: "}"), - "$" : MTMathAtom(type: .ordinary, value: "{"), + "$" : MTMathAtom(type: .ordinary, value: "$"), "&" : MTMathAtom(type: .ordinary, value: "&"), "#" : MTMathAtom(type: .ordinary, value: "#"), "%" : MTMathAtom(type: .ordinary, value: "%"),