lib/plurimath/math/function/norm.rb in plurimath-0.3.9 vs lib/plurimath/math/function/norm.rb in plurimath-0.4.1

- old
+ new

@@ -25,13 +25,13 @@ norm, ], ) end - def to_omml_without_math_tag + def to_omml_without_math_tag(display_style) [ r_element("∥"), - omml_value, + omml_value(display_style), r_element("∥"), ] end end end