lib/plurimath/math/symbols/nu.rb in plurimath-0.8.12 vs lib/plurimath/math/symbols/nu.rb in plurimath-0.8.13
- old
+ new
@@ -1,11 +1,11 @@
module Plurimath
module Math
module Symbols
class Nu < Symbol
INPUT = {
- unicodemath: [["nu", "ν"], parsing_wrapper(["upnu"])],
- asciimath: [["nu", "ν"], parsing_wrapper(["upnu"])],
+ unicodemath: [["nu", "ν"], parsing_wrapper(["upnu"], lang: :unicode)],
+ asciimath: [["nu", "ν"], parsing_wrapper(["upnu"], lang: :asciimath)],
mathml: ["ν"],
latex: [["upnu", "nu", "ν"]],
omml: ["ν"],
html: ["ν"],
}.freeze