lib/plurimath/math/function/dim.rb in plurimath-0.3.7 vs lib/plurimath/math/function/dim.rb in plurimath-0.3.8

- old
+ new

@@ -7,9 +7,13 @@ module Function class Dim < UnaryFunction def validate_function_formula false end + + def to_omml_without_math_tag + [r_element("dim"), omml_value] + end end end end end