lib/plurimath/math/function/longdiv.rb in plurimath-0.7.2 vs lib/plurimath/math/function/longdiv.rb in plurimath-0.8.0
- old
+ new
@@ -23,9 +23,13 @@
def to_omml_without_math_tag(display_style)
omml_value(display_style)
end
+ def to_unicodemath
+ parameter_one&.to_unicodemath
+ end
+
def line_breaking(obj)
custom_array_line_breaking(obj)
end
end
end