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", "&#x2248;"], parsing_wrapper(["~~"])], + unicodemath: [["approx", "&#x2248;"], parsing_wrapper(["~~"], lang: :unicode)], asciimath: [["approx", "~~", "&#x2248;"]], mathml: ["&#x2248;"], - latex: [["approx", "&#x2248;"], parsing_wrapper(["~~"])], + latex: [["approx", "&#x2248;"], parsing_wrapper(["~~"], lang: :latex)], omml: ["&#x2248;"], html: ["&#x2248;"], }.freeze # output methods