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