lib/plurimath/math/symbols/lt.rb in plurimath-0.8.12 vs lib/plurimath/math/symbols/lt.rb in plurimath-0.8.13
- old
+ new
@@ -1,13 +1,13 @@
module Plurimath
module Math
module Symbols
class Lt < Symbol
INPUT = {
- unicodemath: [["<", "<"], parsing_wrapper(["<", "lt", "less"])],
- asciimath: [["<", "lt", "<", "<"], parsing_wrapper(["less"])],
+ unicodemath: [["<", "<"], parsing_wrapper(["<", "lt", "less"], lang: :unicode)],
+ asciimath: [["<", "lt", "<", "<"], parsing_wrapper(["less"], lang: :asciimath)],
mathml: ["<", "<"],
- latex: [["less", "<", "<", "<"], parsing_wrapper(["lt"])],
+ latex: [["less", "<", "<", "<"], parsing_wrapper(["lt"], lang: :latex)],
omml: ["<", "<"],
html: ["<"],
}.freeze
# output methods