lib/plurimath/math/function/font_style/bold-fraktur.rb in plurimath-0.8.14 vs lib/plurimath/math/function/font_style/bold-fraktur.rb in plurimath-0.8.15

- old
+ new

@@ -5,11 +5,11 @@ module Plurimath module Math module Function class FontStyle class BoldFraktur < FontStyle - def to_omml_without_math_tag(display_style) - font_styles(display_style, sty: "b", scr: "fraktur") + def to_omml_without_math_tag(display_style, options:) + font_styles(display_style, sty: "b", scr: "fraktur", options: options) end end end end end