lib/plurimath/math/symbols/approx.rb in plurimath-0.8.12 vs lib/plurimath/math/symbols/approx.rb in plurimath-0.8.13
- old
+ new
@@ -1,13 +1,13 @@
module Plurimath
module Math
module Symbols
class Approx < Symbol
INPUT = {
- unicodemath: [["approx", "≈"], parsing_wrapper(["~~"])],
+ unicodemath: [["approx", "≈"], parsing_wrapper(["~~"], lang: :unicode)],
asciimath: [["approx", "~~", "≈"]],
mathml: ["≈"],
- latex: [["approx", "≈"], parsing_wrapper(["~~"])],
+ latex: [["approx", "≈"], parsing_wrapper(["~~"], lang: :latex)],
omml: ["≈"],
html: ["≈"],
}.freeze
# output methods