lib/plurimath/math/function/left.rb in plurimath-0.3.9 vs lib/plurimath/math/function/left.rb in plurimath-0.4.1
- old
+ new
@@ -14,10 +14,10 @@
mo = Utility.ox_element("mo")
mo << left_paren if parameter_one
mo
end
- def to_omml_without_math_tag
+ def to_omml_without_math_tag(display_style)
mr = Utility.ox_element("m:r")
if parameter_one
mt = Utility.ox_element("m:t")
mr << (mt << parameter_one)
end