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", "≤"], parsing_wrapper(["<="])],
- asciimath: [["<=", "le", "≤"], parsing_wrapper(["leq"])],
+ unicodemath: [["le", "leq", "≤"], parsing_wrapper(["<="], lang: :unicode)],
+ asciimath: [["<=", "le", "≤"], parsing_wrapper(["leq"], lang: :asciimath)],
mathml: ["≤"],
- latex: [["leq", "le", "≤"], parsing_wrapper(["<="])],
+ latex: [["leq", "le", "≤"], parsing_wrapper(["<="], lang: :latex)],
omml: ["≤"],
html: ["≤"],
}.freeze
# output methods