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

- old
+ new

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