lib/plurimath/math/function/table/multline.rb in plurimath-0.8.14 vs lib/plurimath/math/function/table/multline.rb in plurimath-0.8.15
- old
+ new
@@ -12,11 +12,11 @@
close_paren = "]",
options = {})
super
end
- def to_latex
- "\\begin#{opening}#{latex_content}\\end#{matrix_class}"
+ def to_latex(options:)
+ "\\begin#{opening}#{latex_content(options: options)}\\end#{matrix_class}"
end
end
end
end
end