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