lib/plurimath/math/symbols/le.rb in plurimath-0.8.12 vs lib/plurimath/math/symbols/le.rb in plurimath-0.8.13

- old
+ new

@@ -1,13 +1,13 @@ module Plurimath module Math module Symbols class Le < Symbol INPUT = { - unicodemath: [["le", "leq", "&#x2264;"], parsing_wrapper(["<="])], - asciimath: [["<=", "le", "&#x2264;"], parsing_wrapper(["leq"])], + unicodemath: [["le", "leq", "&#x2264;"], parsing_wrapper(["<="], lang: :unicode)], + asciimath: [["<=", "le", "&#x2264;"], parsing_wrapper(["leq"], lang: :asciimath)], mathml: ["&#x2264;"], - latex: [["leq", "le", "&#x2264;"], parsing_wrapper(["<="])], + latex: [["leq", "le", "&#x2264;"], parsing_wrapper(["<="], lang: :latex)], omml: ["&#x2264;"], html: ["&#x2264;"], }.freeze # output methods