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

- old
+ new

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