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", "¬"], parsing_wrapper(["not", "lnot"])],
- asciimath: [["neg", "not", "¬"], parsing_wrapper(["lnot"])],
+ unicodemath: [["neg", "¬"], parsing_wrapper(["not", "lnot"], lang: :unicode)],
+ asciimath: [["neg", "not", "¬"], parsing_wrapper(["lnot"], lang: :asciimath)],
mathml: ["¬"],
- latex: [["lnot", "neg", "¬"], parsing_wrapper(["not"])],
+ latex: [["lnot", "neg", "¬"], parsing_wrapper(["not"], lang: :latex)],
omml: ["¬"],
html: ["¬"],
}.freeze
# output methods