From c56d524cd6af5d0ed0d50fef51ab434ce418d1e0 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 27 Mar 2013 14:51:27 -0400 Subject: [PATCH] Use master buffer's setting for math output type. --- src/mathed/InsetMathHull.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index 2a47f20356..7002a9b01e 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -2121,7 +2121,7 @@ void InsetMathHull::mathAsLatex(WriteStream & os) const docstring InsetMathHull::xhtml(XHTMLStream & xs, OutputParams const & op) const { BufferParams::MathOutput const mathtype = - buffer().params().html_math_output; + buffer().masterBuffer()->params().html_math_output; bool success = false; -- 2.39.2